Shades of Coral Tree #AA6161
Tints of Coral Tree #AA6161
RGB
CMYK
RGB Variations
Color information
#AA6161 (or 0xAA6161) is known color: Coral Tree. HEX triplet: AA, 61 and 61. RGB value is (170,97,97). Sum of RGB (Red+Green+Blue) = 170+97+97=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6161 is #559E9E. Grayscale: #767676. Windows color (decimal): -5611167 or 6381994. OLE color: 6381994.
HSL color Cylindrical-coordinate representation of color #AA6161: hue angle of 0º 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 #AA6161 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 97 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.33 |
| HSL | 0º | 0.3% | 0.52% | - |
| HSV(B) | 0º | 0.43% | 0.67% | - |
| XYZ | 23.01 | 17.96 | 13.56 | - |
| YUV | 118.83 | 115.68 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 97 | 0 | 0.43 | 0.43 | 0.33 | 0 | 0.3 | 0.52 |
| Hex | AA | 61 | 61 | 0 | 2B | 2B | 21 | 0 | 1E | 34 |
| Octal | 252 | 141 | 141 | 0 | 53 | 53 | 41 | 0 | 36 | 64 |
| Binary | 10101010 | 1100001 | 1100001 | 0 | 101011 | 101011 | 100001 | 0 | 11110 | 110100 |
Color Harmonies of #AA6161
Complementary color
Monochromatic Colors of #AA6161
Black with #AA6161
Text Example
Text Example
White with #AA6161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6161; }
p { color: rgb(170,97,97); }
H1.HeaderClassName
{
color: #AA6161;
}
.AnyTagClassName
{
color: #AA6161;
}
</style>
background-color css
<style>
a { background-color: #AA6161; }
a { background-color: rgb(170,97,97); }
div.DivClassName
{
background-color: #AA6161;
}
.BgClassName
{
background-color: #AA6161;
}
</style>
border-color css
<style>
span { border-color: #AA6161; }
span { border-color: rgb(170,97,97); }
td.TdClassName
{
border-color: #AA6161;
}
.TagClassName
{
border-color: #AA6161;
}
</style>