#AE5244

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

Shades of Apple Blossom #AE5244

Tints of Apple Blossom #AE5244

Color information

#AE5244 (or 0xAE5244) is unknown color: approx Apple Blossom. HEX triplet: AE, 52 and 44. RGB value is (174,82,68). Sum of RGB (Red+Green+Blue) = 174+82+68=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5244 is #51ADBB. Grayscale: #6C6C6C. Windows color (decimal): -5352892 or 4477614. OLE color: 4477614.

HSL color Cylindrical-coordinate representation of color #AE5244: hue angle of 7.92º 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 #AE5244 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB1748268-
CMYK00.530.610.32
HSL7.92º43.8%47.45%-
HSV(B)7.92º60.92%68.24%-
XYZ21.5215.457.32-
YUV107.91105.48175.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.70%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 68 (26.95% from 255) = 20.99%
R=53.70%
G=25.31%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174826800.530.610.327.9243.847.45
HexAE52440353D2082c2f
Octal2561221040657540105457
Binary101011101010010100010001101011111011000001000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5244; }

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

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

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

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

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

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

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

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