#AA7776

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

Shades of Coral Tree #AA7776

Tints of Coral Tree #AA7776

Color information

#AA7776 (or 0xAA7776) is unknown color: approx Coral Tree. HEX triplet: AA, 77 and 76. RGB value is (170,119,118). Sum of RGB (Red+Green+Blue) = 170+119+118=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7776 is #558889. Grayscale: #868686. Windows color (decimal): -5605514 or 7763882. OLE color: 7763882.

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

Color convert

RGB170119118-
CMYK00.30.310.33
HSL1.15º23.42%56.47%-
HSV(B)1.15º30.59%66.67%-
XYZ26.4423.0520.19-
YUV134.14118.9153.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 119 (46.88% from 255) = 29.24%
BLUE value IS 118 (46.48% from 255) = 28.99%
R=41.77%
G=29.24%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011911800.30.310.331.1523.4256.47
HexAA777601E1F2111738
Octal252167166036374112770
Binary101010101110111111011001111011111100001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7776; }

 p { color: rgb(170,119,118); }

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

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

 a { background-color: rgb(170,119,118); }

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

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

 span { border-color: rgb(170,119,118); }

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