#AA4E42

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

Shades of Apple Blossom #AA4E42

Tints of Apple Blossom #AA4E42

Color information

#AA4E42 (or 0xAA4E42) is unknown color: approx Apple Blossom. HEX triplet: AA, 4E and 42. RGB value is (170,78,66). Sum of RGB (Red+Green+Blue) = 170+78+66=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E42 is #55B1BD. Grayscale: #686868. Windows color (decimal): -5616062 or 4345514. OLE color: 4345514.

HSL color Cylindrical-coordinate representation of color #AA4E42: hue angle of 6.92º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4E42 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB1707866-
CMYK00.540.610.33
HSL6.92º44.07%46.27%-
HSV(B)6.92º61.18%66.67%-
XYZ20.2914.396.86-
YUV104.14106.48174.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.14%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 66 (26.17% from 255) = 21.02%
R=54.14%
G=24.84%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170786600.540.610.336.9244.0746.27
HexAA4E420363D2172c2e
Octal252116102066754175456
Binary10101010100111010000100110110111101100001111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E42; }

 p { color: rgb(170,78,66); }

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

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

 a { background-color: rgb(170,78,66); }

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

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

 span { border-color: rgb(170,78,66); }

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