#AA5249

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

Shades of Apple Blossom #AA5249

Tints of Apple Blossom #AA5249

Color information

#AA5249 (or 0xAA5249) is unknown color: approx Apple Blossom. HEX triplet: AA, 52 and 49. RGB value is (170,82,73). Sum of RGB (Red+Green+Blue) = 170+82+73=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5249 is #55ADB6. Grayscale: #6B6B6B. Windows color (decimal): -5615031 or 4805290. OLE color: 4805290.

HSL color Cylindrical-coordinate representation of color #AA5249: hue angle of 5.57º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA5249 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB1708273-
CMYK00.520.570.33
HSL5.57º39.92%47.65%-
HSV(B)5.57º57.06%66.67%-
XYZ20.815.068.11-
YUV107.29108.65172.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=52.31%
G=25.23%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170827300.520.570.335.5739.9247.65
HexAA5249034392162830
Octal252122111064714165060
Binary10101010101001010010010110100111001100001110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5249; }

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

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

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

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

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

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

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

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