#AA4F42

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

Shades of Apple Blossom #AA4F42

Tints of Apple Blossom #AA4F42

Color information

#AA4F42 (or 0xAA4F42) is unknown color: approx Apple Blossom. HEX triplet: AA, 4F and 42. RGB value is (170,79,66). Sum of RGB (Red+Green+Blue) = 170+79+66=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4F42 is #55B0BD. Grayscale: #686868. Windows color (decimal): -5615806 or 4345770. OLE color: 4345770.

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

Color convert

RGB1707966-
CMYK00.540.610.33
HSL7.5º44.07%46.27%-
HSV(B)7.5º61.18%66.67%-
XYZ20.3614.536.89-
YUV104.73106.15174.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=53.97%
G=25.08%
B=20.95%

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
Decimal170796600.540.610.337.544.0746.27
HexAA4F420363D2182c2e
Octal2521171020667541105456
Binary101010101001111100001001101101111011000011000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4F42; }

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

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

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

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

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

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

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

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