Shades of Coral Tree #AA766F
Tints of Coral Tree #AA766F
RGB
CMYK
RGB Variations
Color information
#AA766F (or 0xAA766F) is known color: Coral Tree. HEX triplet: AA, 76 and 6F. RGB value is (170,118,111). Sum of RGB (Red+Green+Blue) = 170+118+111=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA766F is #558990. Grayscale: #848484. Windows color (decimal): -5605777 or 7304874. OLE color: 7304874.
HSL color Cylindrical-coordinate representation of color #AA766F: hue angle of 7.12º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA766F is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 111 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.33 |
| HSL | 7.12º | 0.26% | 0.55% | - |
| HSV(B) | 7.12º | 0.35% | 0.67% | - |
| XYZ | 25.93 | 22.65 | 18.04 | - |
| YUV | 132.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 111 | 0 | 0.31 | 0.35 | 0.33 | 7.12 | 0.26 | 0.55 |
| Hex | AA | 76 | 6F | 0 | 1F | 23 | 21 | 7 | 1A | 37 |
| Octal | 252 | 166 | 157 | 0 | 37 | 43 | 41 | 7 | 32 | 67 |
| Binary | 10101010 | 1110110 | 1101111 | 0 | 11111 | 100011 | 100001 | 111 | 11010 | 110111 |
Color Harmonies of #AA766F
Complementary color
Monochromatic Colors of #AA766F
Black with #AA766F
Text Example
Text Example
White with #AA766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA766F; }
p { color: rgb(170,118,111); }
H1.HeaderClassName
{
color: #AA766F;
}
.AnyTagClassName
{
color: #AA766F;
}
</style>
background-color css
<style>
a { background-color: #AA766F; }
a { background-color: rgb(170,118,111); }
div.DivClassName
{
background-color: #AA766F;
}
.BgClassName
{
background-color: #AA766F;
}
</style>
border-color css
<style>
span { border-color: #AA766F; }
span { border-color: rgb(170,118,111); }
td.TdClassName
{
border-color: #AA766F;
}
.TagClassName
{
border-color: #AA766F;
}
</style>