#AA7972

Color #AA7972 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #AA7972

Tints of Coral Tree #AA7972

Color information

#AA7972 (or 0xAA7972) is unknown color: approx Coral Tree. HEX triplet: AA, 79 and 72. RGB value is (170,121,114). Sum of RGB (Red+Green+Blue) = 170+121+114=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7972 is #55868D. Grayscale: #868686. Windows color (decimal): -5605006 or 7502250. OLE color: 7502250.

HSL color Cylindrical-coordinate representation of color #AA7972: hue angle of 7.5º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA7972 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB170121114-
CMYK00.290.330.33
HSL7.5º24.78%55.69%-
HSV(B)7.5º32.94%66.67%-
XYZ26.4523.4419.05-
YUV134.85116.23153.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 121 (47.66% from 255) = 29.88%
BLUE value IS 114 (44.92% from 255) = 28.15%
R=41.98%
G=29.88%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012111400.290.330.337.524.7855.69
HexAA797201D212171938
Octal252171162035414173170
Binary101010101111001111001001110110000110000111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7972; }

 p { color: rgb(170,121,114); }

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

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

 a { background-color: rgb(170,121,114); }

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

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

 span { border-color: rgb(170,121,114); }

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