Shades of Coral Tree #AA766C
Tints of Coral Tree #AA766C
RGB
CMYK
RGB Variations
Color information
#AA766C (or 0xAA766C) is known color: Coral Tree. HEX triplet: AA, 76 and 6C. RGB value is (170,118,108). Sum of RGB (Red+Green+Blue) = 170+118+108=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA766C is #558993. Grayscale: #848484. Windows color (decimal): -5605780 or 7108266. OLE color: 7108266.
HSL color Cylindrical-coordinate representation of color #AA766C: hue angle of 9.68º degrees, saturation: 0.27, 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 #AA766C is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 108 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.33 |
| HSL | 9.68º | 0.27% | 0.55% | - |
| HSV(B) | 9.68º | 0.36% | 0.67% | - |
| XYZ | 25.76 | 22.59 | 17.19 | - |
| YUV | 132.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 108 | 0 | 0.31 | 0.36 | 0.33 | 9.68 | 0.27 | 0.55 |
| Hex | AA | 76 | 6C | 0 | 1F | 24 | 21 | A | 1B | 37 |
| Octal | 252 | 166 | 154 | 0 | 37 | 44 | 41 | 12 | 33 | 67 |
| Binary | 10101010 | 1110110 | 1101100 | 0 | 11111 | 100100 | 100001 | 1010 | 11011 | 110111 |
Color Harmonies of #AA766C
Complementary color
Monochromatic Colors of #AA766C
Black with #AA766C
Text Example
Text Example
White with #AA766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA766C; }
p { color: rgb(170,118,108); }
H1.HeaderClassName
{
color: #AA766C;
}
.AnyTagClassName
{
color: #AA766C;
}
</style>
background-color css
<style>
a { background-color: #AA766C; }
a { background-color: rgb(170,118,108); }
div.DivClassName
{
background-color: #AA766C;
}
.BgClassName
{
background-color: #AA766C;
}
</style>
border-color css
<style>
span { border-color: #AA766C; }
span { border-color: rgb(170,118,108); }
td.TdClassName
{
border-color: #AA766C;
}
.TagClassName
{
border-color: #AA766C;
}
</style>