Shades of Coral Tree #AA7167
Tints of Coral Tree #AA7167
RGB
CMYK
RGB Variations
Color information
#AA7167 (or 0xAA7167) is known color: Coral Tree. HEX triplet: AA, 71 and 67. RGB value is (170,113,103). Sum of RGB (Red+Green+Blue) = 170+113+103=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7167 is #558E98. Grayscale: #818181. Windows color (decimal): -5607065 or 6779306. OLE color: 6779306.
HSL color Cylindrical-coordinate representation of color #AA7167: hue angle of 8.96º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA7167 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 103 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.33 |
| HSL | 8.96º | 0.28% | 0.54% | - |
| HSV(B) | 8.96º | 0.39% | 0.67% | - |
| XYZ | 24.93 | 21.34 | 15.64 | - |
| YUV | 128.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 103 | 0 | 0.34 | 0.39 | 0.33 | 8.96 | 0.28 | 0.54 |
| Hex | AA | 71 | 67 | 0 | 22 | 27 | 21 | 9 | 1C | 36 |
| Octal | 252 | 161 | 147 | 0 | 42 | 47 | 41 | 11 | 34 | 66 |
| Binary | 10101010 | 1110001 | 1100111 | 0 | 100010 | 100111 | 100001 | 1001 | 11100 | 110110 |
Color Harmonies of #AA7167
Complementary color
Monochromatic Colors of #AA7167
Black with #AA7167
Text Example
Text Example
White with #AA7167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7167; }
p { color: rgb(170,113,103); }
H1.HeaderClassName
{
color: #AA7167;
}
.AnyTagClassName
{
color: #AA7167;
}
</style>
background-color css
<style>
a { background-color: #AA7167; }
a { background-color: rgb(170,113,103); }
div.DivClassName
{
background-color: #AA7167;
}
.BgClassName
{
background-color: #AA7167;
}
</style>
border-color css
<style>
span { border-color: #AA7167; }
span { border-color: rgb(170,113,103); }
td.TdClassName
{
border-color: #AA7167;
}
.TagClassName
{
border-color: #AA7167;
}
</style>