#AE5249

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

Shades of Apple Blossom #AE5249

Tints of Apple Blossom #AE5249

Color information

#AE5249 (or 0xAE5249) is unknown color: approx Apple Blossom. HEX triplet: AE, 52 and 49. RGB value is (174,82,73). Sum of RGB (Red+Green+Blue) = 174+82+73=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5249 is #51ADB6. Grayscale: #6C6C6C. Windows color (decimal): -5352887 or 4805294. OLE color: 4805294.

HSL color Cylindrical-coordinate representation of color #AE5249: hue angle of 5.35º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE5249 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB1748273-
CMYK00.530.580.32
HSL5.35º40.89%48.43%-
HSV(B)5.35º58.05%68.24%-
XYZ21.6815.518.16-
YUV108.48107.98174.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=52.89%
G=24.92%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174827300.530.580.325.3540.8948.43
HexAE52490353A2052930
Octal256122111065724055160
Binary10101110101001010010010110101111010100000101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5249; }

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

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

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

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

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

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

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

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