#AA4D49

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

Shades of Apple Blossom #AA4D49

Tints of Apple Blossom #AA4D49

Color information

#AA4D49 (or 0xAA4D49) is unknown color: approx Apple Blossom. HEX triplet: AA, 4D and 49. RGB value is (170,77,73). Sum of RGB (Red+Green+Blue) = 170+77+73=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D49 is #55B2B6. Grayscale: #686868. Windows color (decimal): -5616311 or 4804010. OLE color: 4804010.

HSL color Cylindrical-coordinate representation of color #AA4D49: hue angle of 2.47º 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 #AA4D49 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB1707773-
CMYK00.550.570.33
HSL2.47º39.92%47.65%-
HSV(B)2.47º57.06%66.67%-
XYZ20.4314.337.99-
YUV104.35110.31174.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.12%
GREEN value IS 77 (30.47% from 255) = 24.06%
BLUE value IS 73 (28.91% from 255) = 22.81%
R=53.12%
G=24.06%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170777300.550.570.332.4739.9247.65
HexAA4D49037392122830
Octal252115111067714125060
Binary1010101010011011001001011011111100110000110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D49; }

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

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

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

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

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

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

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

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