Shades of Coral Tree #AA7165
Tints of Coral Tree #AA7165
RGB
CMYK
RGB Variations
Color information
#AA7165 (or 0xAA7165) is known color: Coral Tree. HEX triplet: AA, 71 and 65. RGB value is (170,113,101). Sum of RGB (Red+Green+Blue) = 170+113+101=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7165 is #558E9A. Grayscale: #808080. Windows color (decimal): -5607067 or 6648234. OLE color: 6648234.
HSL color Cylindrical-coordinate representation of color #AA7165: hue angle of 10.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA7165 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 101 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.33 |
| HSL | 10.43º | 0.29% | 0.53% | - |
| HSV(B) | 10.43º | 0.41% | 0.67% | - |
| XYZ | 24.83 | 21.3 | 15.11 | - |
| YUV | 128.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 101 | 0 | 0.34 | 0.41 | 0.33 | 10.43 | 0.29 | 0.53 |
| Hex | AA | 71 | 65 | 0 | 22 | 29 | 21 | A | 1D | 35 |
| Octal | 252 | 161 | 145 | 0 | 42 | 51 | 41 | 12 | 35 | 65 |
| Binary | 10101010 | 1110001 | 1100101 | 0 | 100010 | 101001 | 100001 | 1010 | 11101 | 110101 |
Color Harmonies of #AA7165
Complementary color
Monochromatic Colors of #AA7165
Black with #AA7165
Text Example
Text Example
White with #AA7165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7165; }
p { color: rgb(170,113,101); }
H1.HeaderClassName
{
color: #AA7165;
}
.AnyTagClassName
{
color: #AA7165;
}
</style>
background-color css
<style>
a { background-color: #AA7165; }
a { background-color: rgb(170,113,101); }
div.DivClassName
{
background-color: #AA7165;
}
.BgClassName
{
background-color: #AA7165;
}
</style>
border-color css
<style>
span { border-color: #AA7165; }
span { border-color: rgb(170,113,101); }
td.TdClassName
{
border-color: #AA7165;
}
.TagClassName
{
border-color: #AA7165;
}
</style>