#AA7A72

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

Shades of Coral Tree #AA7A72

Tints of Coral Tree #AA7A72

Color information

#AA7A72 (or 0xAA7A72) is unknown color: approx Coral Tree. HEX triplet: AA, 7A and 72. RGB value is (170,122,114). Sum of RGB (Red+Green+Blue) = 170+122+114=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A72 is #55858D. Grayscale: #878787. Windows color (decimal): -5604750 or 7502506. OLE color: 7502506.

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

Color convert

RGB170122114-
CMYK00.280.330.33
HSL8.57º24.78%55.69%-
HSV(B)8.57º32.94%66.67%-
XYZ26.5723.6819.09-
YUV135.44115.9152.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 114 (44.92% from 255) = 28.08%
R=41.87%
G=30.05%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012211400.280.330.338.5724.7855.69
HexAA7A7201C212191938
Octal2521721620344141113170
Binary1010101011110101110010011100100001100001100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A72; }

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

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

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

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

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

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

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

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