Shades of Coral Tree #AA6F68
Tints of Coral Tree #AA6F68
RGB
CMYK
RGB Variations
Color information
#AA6F68 (or 0xAA6F68) is known color: Coral Tree. HEX triplet: AA, 6F and 68. RGB value is (170,111,104). Sum of RGB (Red+Green+Blue) = 170+111+104=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6F68 is #559097. Grayscale: #7F7F7F. Windows color (decimal): -5607576 or 6844330. OLE color: 6844330.
HSL color Cylindrical-coordinate representation of color #AA6F68: hue angle of 6.36º 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 #AA6F68 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 104 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.33 |
| HSL | 6.36º | 0.28% | 0.54% | - |
| HSV(B) | 6.36º | 0.39% | 0.67% | - |
| XYZ | 24.76 | 20.91 | 15.83 | - |
| YUV | 127.84 | 114.55 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 104 | 0 | 0.35 | 0.39 | 0.33 | 6.36 | 0.28 | 0.54 |
| Hex | AA | 6F | 68 | 0 | 23 | 27 | 21 | 6 | 1C | 36 |
| Octal | 252 | 157 | 150 | 0 | 43 | 47 | 41 | 6 | 34 | 66 |
| Binary | 10101010 | 1101111 | 1101000 | 0 | 100011 | 100111 | 100001 | 110 | 11100 | 110110 |
Color Harmonies of #AA6F68
Complementary color
Monochromatic Colors of #AA6F68
Black with #AA6F68
Text Example
Text Example
White with #AA6F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F68; }
p { color: rgb(170,111,104); }
H1.HeaderClassName
{
color: #AA6F68;
}
.AnyTagClassName
{
color: #AA6F68;
}
</style>
background-color css
<style>
a { background-color: #AA6F68; }
a { background-color: rgb(170,111,104); }
div.DivClassName
{
background-color: #AA6F68;
}
.BgClassName
{
background-color: #AA6F68;
}
</style>
border-color css
<style>
span { border-color: #AA6F68; }
span { border-color: rgb(170,111,104); }
td.TdClassName
{
border-color: #AA6F68;
}
.TagClassName
{
border-color: #AA6F68;
}
</style>