Shades of Coral Tree #AA6D61
Tints of Coral Tree #AA6D61
RGB
CMYK
RGB Variations
Color information
#AA6D61 (or 0xAA6D61) is known color: Coral Tree. HEX triplet: AA, 6D and 61. RGB value is (170,109,97). Sum of RGB (Red+Green+Blue) = 170+109+97=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D61 is #55929E. Grayscale: #7D7D7D. Windows color (decimal): -5608095 or 6385066. OLE color: 6385066.
HSL color Cylindrical-coordinate representation of color #AA6D61: hue angle of 9.86º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6D61 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 97 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.33 |
| HSL | 9.86º | 0.3% | 0.52% | - |
| HSV(B) | 9.86º | 0.43% | 0.67% | - |
| XYZ | 24.2 | 20.35 | 13.96 | - |
| YUV | 125.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 97 | 0 | 0.36 | 0.43 | 0.33 | 9.86 | 0.3 | 0.52 |
| Hex | AA | 6D | 61 | 0 | 24 | 2B | 21 | A | 1E | 34 |
| Octal | 252 | 155 | 141 | 0 | 44 | 53 | 41 | 12 | 36 | 64 |
| Binary | 10101010 | 1101101 | 1100001 | 0 | 100100 | 101011 | 100001 | 1010 | 11110 | 110100 |
Color Harmonies of #AA6D61
Complementary color
Monochromatic Colors of #AA6D61
Black with #AA6D61
Text Example
Text Example
White with #AA6D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D61; }
p { color: rgb(170,109,97); }
H1.HeaderClassName
{
color: #AA6D61;
}
.AnyTagClassName
{
color: #AA6D61;
}
</style>
background-color css
<style>
a { background-color: #AA6D61; }
a { background-color: rgb(170,109,97); }
div.DivClassName
{
background-color: #AA6D61;
}
.BgClassName
{
background-color: #AA6D61;
}
</style>
border-color css
<style>
span { border-color: #AA6D61; }
span { border-color: rgb(170,109,97); }
td.TdClassName
{
border-color: #AA6D61;
}
.TagClassName
{
border-color: #AA6D61;
}
</style>