Shades of Coral Tree #AA7668
Tints of Coral Tree #AA7668
RGB
CMYK
RGB Variations
Color information
#AA7668 (or 0xAA7668) is known color: Coral Tree. HEX triplet: AA, 76 and 68. RGB value is (170,118,104). Sum of RGB (Red+Green+Blue) = 170+118+104=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7668 is #558997. Grayscale: #848484. Windows color (decimal): -5605784 or 6846122. OLE color: 6846122.
HSL color Cylindrical-coordinate representation of color #AA7668: hue angle of 12.73º 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 #AA7668 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 104 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.33 |
| HSL | 12.73º | 0.28% | 0.54% | - |
| HSV(B) | 12.73º | 0.39% | 0.67% | - |
| XYZ | 25.55 | 22.5 | 16.09 | - |
| YUV | 131.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 104 | 0 | 0.31 | 0.39 | 0.33 | 12.73 | 0.28 | 0.54 |
| Hex | AA | 76 | 68 | 0 | 1F | 27 | 21 | D | 1C | 36 |
| Octal | 252 | 166 | 150 | 0 | 37 | 47 | 41 | 15 | 34 | 66 |
| Binary | 10101010 | 1110110 | 1101000 | 0 | 11111 | 100111 | 100001 | 1101 | 11100 | 110110 |
Color Harmonies of #AA7668
Complementary color
Monochromatic Colors of #AA7668
Black with #AA7668
Text Example
Text Example
White with #AA7668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7668; }
p { color: rgb(170,118,104); }
H1.HeaderClassName
{
color: #AA7668;
}
.AnyTagClassName
{
color: #AA7668;
}
</style>
background-color css
<style>
a { background-color: #AA7668; }
a { background-color: rgb(170,118,104); }
div.DivClassName
{
background-color: #AA7668;
}
.BgClassName
{
background-color: #AA7668;
}
</style>
border-color css
<style>
span { border-color: #AA7668; }
span { border-color: rgb(170,118,104); }
td.TdClassName
{
border-color: #AA7668;
}
.TagClassName
{
border-color: #AA7668;
}
</style>