Shades of Coral Tree #AA7976
Tints of Coral Tree #AA7976
RGB
CMYK
RGB Variations
Color information
#AA7976 (or 0xAA7976) is known color: Coral Tree. HEX triplet: AA, 79 and 76. RGB value is (170,121,118). Sum of RGB (Red+Green+Blue) = 170+121+118=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7976 is #558689. Grayscale: #878787. Windows color (decimal): -5605002 or 7764394. OLE color: 7764394.
HSL color Cylindrical-coordinate representation of color #AA7976: hue angle of 3.46º 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 #AA7976 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 118 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.33 |
| HSL | 3.46º | 0.23% | 0.56% | - |
| HSV(B) | 3.46º | 0.31% | 0.67% | - |
| XYZ | 26.68 | 23.53 | 20.27 | - |
| YUV | 135.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 118 | 0 | 0.29 | 0.31 | 0.33 | 3.46 | 0.23 | 0.56 |
| Hex | AA | 79 | 76 | 0 | 1D | 1F | 21 | 3 | 17 | 38 |
| Octal | 252 | 171 | 166 | 0 | 35 | 37 | 41 | 3 | 27 | 70 |
| Binary | 10101010 | 1111001 | 1110110 | 0 | 11101 | 11111 | 100001 | 11 | 10111 | 111000 |
Color Harmonies of #AA7976
Complementary color
Monochromatic Colors of #AA7976
Black with #AA7976
Text Example
Text Example
White with #AA7976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7976; }
p { color: rgb(170,121,118); }
H1.HeaderClassName
{
color: #AA7976;
}
.AnyTagClassName
{
color: #AA7976;
}
</style>
background-color css
<style>
a { background-color: #AA7976; }
a { background-color: rgb(170,121,118); }
div.DivClassName
{
background-color: #AA7976;
}
.BgClassName
{
background-color: #AA7976;
}
</style>
border-color css
<style>
span { border-color: #AA7976; }
span { border-color: rgb(170,121,118); }
td.TdClassName
{
border-color: #AA7976;
}
.TagClassName
{
border-color: #AA7976;
}
</style>