Shades of Coral Tree #AA766D
Tints of Coral Tree #AA766D
RGB
CMYK
RGB Variations
Color information
#AA766D (or 0xAA766D) is known color: Coral Tree. HEX triplet: AA, 76 and 6D. RGB value is (170,118,109). Sum of RGB (Red+Green+Blue) = 170+118+109=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA766D is #558992. Grayscale: #848484. Windows color (decimal): -5605779 or 7173802. OLE color: 7173802.
HSL color Cylindrical-coordinate representation of color #AA766D: hue angle of 8.85º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA766D is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 109 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.33 |
| HSL | 8.85º | 0.26% | 0.55% | - |
| HSV(B) | 8.85º | 0.36% | 0.67% | - |
| XYZ | 25.82 | 22.61 | 17.47 | - |
| YUV | 132.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 109 | 0 | 0.31 | 0.36 | 0.33 | 8.85 | 0.26 | 0.55 |
| Hex | AA | 76 | 6D | 0 | 1F | 24 | 21 | 9 | 1A | 37 |
| Octal | 252 | 166 | 155 | 0 | 37 | 44 | 41 | 11 | 32 | 67 |
| Binary | 10101010 | 1110110 | 1101101 | 0 | 11111 | 100100 | 100001 | 1001 | 11010 | 110111 |
Color Harmonies of #AA766D
Complementary color
Monochromatic Colors of #AA766D
Black with #AA766D
Text Example
Text Example
White with #AA766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA766D; }
p { color: rgb(170,118,109); }
H1.HeaderClassName
{
color: #AA766D;
}
.AnyTagClassName
{
color: #AA766D;
}
</style>
background-color css
<style>
a { background-color: #AA766D; }
a { background-color: rgb(170,118,109); }
div.DivClassName
{
background-color: #AA766D;
}
.BgClassName
{
background-color: #AA766D;
}
</style>
border-color css
<style>
span { border-color: #AA766D; }
span { border-color: rgb(170,118,109); }
td.TdClassName
{
border-color: #AA766D;
}
.TagClassName
{
border-color: #AA766D;
}
</style>