Shades of Coral Tree #AA7566
Tints of Coral Tree #AA7566
RGB
CMYK
RGB Variations
Color information
#AA7566 (or 0xAA7566) is known color: Coral Tree. HEX triplet: AA, 75 and 66. RGB value is (170,117,102). Sum of RGB (Red+Green+Blue) = 170+117+102=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7566 is #558A99. Grayscale: #838383. Windows color (decimal): -5606042 or 6714794. OLE color: 6714794.
HSL color Cylindrical-coordinate representation of color #AA7566: hue angle of 13.24º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA7566 is Cyan = 0, Magento = 0.31, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 102 | - |
| CMYK | 0 | 0.31 | 0.4 | 0.33 |
| HSL | 13.24º | 0.29% | 0.53% | - |
| HSV(B) | 13.24º | 0.4% | 0.67% | - |
| XYZ | 25.34 | 22.23 | 15.53 | - |
| YUV | 131.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 102 | 0 | 0.31 | 0.4 | 0.33 | 13.24 | 0.29 | 0.53 |
| Hex | AA | 75 | 66 | 0 | 1F | 28 | 21 | D | 1D | 35 |
| Octal | 252 | 165 | 146 | 0 | 37 | 50 | 41 | 15 | 35 | 65 |
| Binary | 10101010 | 1110101 | 1100110 | 0 | 11111 | 101000 | 100001 | 1101 | 11101 | 110101 |
Color Harmonies of #AA7566
Complementary color
Monochromatic Colors of #AA7566
Black with #AA7566
Text Example
Text Example
White with #AA7566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7566; }
p { color: rgb(170,117,102); }
H1.HeaderClassName
{
color: #AA7566;
}
.AnyTagClassName
{
color: #AA7566;
}
</style>
background-color css
<style>
a { background-color: #AA7566; }
a { background-color: rgb(170,117,102); }
div.DivClassName
{
background-color: #AA7566;
}
.BgClassName
{
background-color: #AA7566;
}
</style>
border-color css
<style>
span { border-color: #AA7566; }
span { border-color: rgb(170,117,102); }
td.TdClassName
{
border-color: #AA7566;
}
.TagClassName
{
border-color: #AA7566;
}
</style>