#AA7472

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

Shades of Coral Tree #AA7472

Tints of Coral Tree #AA7472

Color information

#AA7472 (or 0xAA7472) is unknown color: approx Coral Tree. HEX triplet: AA, 74 and 72. RGB value is (170,116,114). Sum of RGB (Red+Green+Blue) = 170+116+114=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7472 is #558B8D. Grayscale: #838383. Windows color (decimal): -5606286 or 7500970. OLE color: 7500970.

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

Color convert

RGB170116114-
CMYK00.320.330.33
HSL2.14º24.78%55.69%-
HSV(B)2.14º32.94%66.67%-
XYZ25.8622.2518.85-
YUV131.92117.89155.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 114 (44.92% from 255) = 28.5%
R=42.5%
G=29%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011611400.320.330.332.1424.7855.69
HexAA7472020212121938
Octal252164162040414123170
Binary101010101110100111001001000001000011000011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7472; }

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

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

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

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

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

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

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

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