Shades of Coral Tree #AA7568
Tints of Coral Tree #AA7568
RGB
CMYK
RGB Variations
Color information
#AA7568 (or 0xAA7568) is known color: Coral Tree. HEX triplet: AA, 75 and 68. RGB value is (170,117,104). Sum of RGB (Red+Green+Blue) = 170+117+104=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7568 is #558A97. Grayscale: #838383. Windows color (decimal): -5606040 or 6845866. OLE color: 6845866.
HSL color Cylindrical-coordinate representation of color #AA7568: hue angle of 11.82º 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 #AA7568 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 104 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.33 |
| HSL | 11.82º | 0.28% | 0.54% | - |
| HSV(B) | 11.82º | 0.39% | 0.67% | - |
| XYZ | 25.44 | 22.27 | 16.05 | - |
| YUV | 131.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 104 | 0 | 0.31 | 0.39 | 0.33 | 11.82 | 0.28 | 0.54 |
| Hex | AA | 75 | 68 | 0 | 1F | 27 | 21 | C | 1C | 36 |
| Octal | 252 | 165 | 150 | 0 | 37 | 47 | 41 | 14 | 34 | 66 |
| Binary | 10101010 | 1110101 | 1101000 | 0 | 11111 | 100111 | 100001 | 1100 | 11100 | 110110 |
Color Harmonies of #AA7568
Complementary color
Monochromatic Colors of #AA7568
Black with #AA7568
Text Example
Text Example
White with #AA7568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7568; }
p { color: rgb(170,117,104); }
H1.HeaderClassName
{
color: #AA7568;
}
.AnyTagClassName
{
color: #AA7568;
}
</style>
background-color css
<style>
a { background-color: #AA7568; }
a { background-color: rgb(170,117,104); }
div.DivClassName
{
background-color: #AA7568;
}
.BgClassName
{
background-color: #AA7568;
}
</style>
border-color css
<style>
span { border-color: #AA7568; }
span { border-color: rgb(170,117,104); }
td.TdClassName
{
border-color: #AA7568;
}
.TagClassName
{
border-color: #AA7568;
}
</style>