#AE5344

Color #AE5344 Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #AE5344

Tints of Apple Blossom #AE5344

Color information

#AE5344 (or 0xAE5344) is unknown color: approx Apple Blossom. HEX triplet: AE, 53 and 44. RGB value is (174,83,68). Sum of RGB (Red+Green+Blue) = 174+83+68=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5344 is #51ACBB. Grayscale: #6C6C6C. Windows color (decimal): -5352636 or 4477870. OLE color: 4477870.

HSL color Cylindrical-coordinate representation of color #AE5344: hue angle of 8.49º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE5344 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB1748368-
CMYK00.520.610.32
HSL8.49º43.8%47.45%-
HSV(B)8.49º60.92%68.24%-
XYZ21.5915.67.34-
YUV108.5105.15174.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 68 (26.95% from 255) = 20.92%
R=53.54%
G=25.54%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174836800.520.610.328.4943.847.45
HexAE53440343D2082c2f
Octal2561231040647540105457
Binary101011101010011100010001101001111011000001000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5344; }

 p { color: rgb(174,83,68); }

 H1.HeaderClassName
 {
   color: #AE5344;
 }
 .AnyTagClassName
 {
   color: #AE5344;
 }
</style>
background-color css

<style>
 a { background-color: #AE5344; }

 a { background-color: rgb(174,83,68); }

 div.DivClassName
 {
   background-color: #AE5344;
 }
 .BgClassName
 {
   background-color: #AE5344;
 }
</style>
border-color css

<style>
 span { border-color: #AE5344; }

 span { border-color: rgb(174,83,68); }

 td.TdClassName
 {
   border-color: #AE5344;
 }
 .TagClassName
 {
   border-color: #AE5344;
 }
</style>