#AA4D40

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

Shades of Apple Blossom #AA4D40

Tints of Apple Blossom #AA4D40

Color information

#AA4D40 (or 0xAA4D40) is unknown color: approx Apple Blossom. HEX triplet: AA, 4D and 40. RGB value is (170,77,64). Sum of RGB (Red+Green+Blue) = 170+77+64=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D40 is #55B2BF. Grayscale: #676767. Windows color (decimal): -5616320 or 4214186. OLE color: 4214186.

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

Color convert

RGB1707764-
CMYK00.550.620.33
HSL7.36º45.3%45.88%-
HSV(B)7.36º62.35%66.67%-
XYZ20.1614.226.53-
YUV103.32105.81175.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.66%
GREEN value IS 77 (30.47% from 255) = 24.76%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=54.66%
G=24.76%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170776400.550.620.337.3645.345.88
HexAA4D400373E2172d2e
Octal252115100067764175556
Binary10101010100110110000000110111111110100001111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D40; }

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

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

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

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

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

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

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

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