Shades of Coral Tree #AA6B61
Tints of Coral Tree #AA6B61
RGB
CMYK
RGB Variations
Color information
#AA6B61 (or 0xAA6B61) is known color: Coral Tree. HEX triplet: AA, 6B and 61. RGB value is (170,107,97). Sum of RGB (Red+Green+Blue) = 170+107+97=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B61 is #55949E. Grayscale: #7C7C7C. Windows color (decimal): -5608607 or 6384554. OLE color: 6384554.
HSL color Cylindrical-coordinate representation of color #AA6B61: hue angle of 8.22º 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 #AA6B61 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 97 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.33 |
| HSL | 8.22º | 0.3% | 0.52% | - |
| HSV(B) | 8.22º | 0.43% | 0.67% | - |
| XYZ | 23.99 | 19.92 | 13.89 | - |
| YUV | 124.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 97 | 0 | 0.37 | 0.43 | 0.33 | 8.22 | 0.3 | 0.52 |
| Hex | AA | 6B | 61 | 0 | 25 | 2B | 21 | 8 | 1E | 34 |
| Octal | 252 | 153 | 141 | 0 | 45 | 53 | 41 | 10 | 36 | 64 |
| Binary | 10101010 | 1101011 | 1100001 | 0 | 100101 | 101011 | 100001 | 1000 | 11110 | 110100 |
Color Harmonies of #AA6B61
Complementary color
Monochromatic Colors of #AA6B61
Black with #AA6B61
Text Example
Text Example
White with #AA6B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B61; }
p { color: rgb(170,107,97); }
H1.HeaderClassName
{
color: #AA6B61;
}
.AnyTagClassName
{
color: #AA6B61;
}
</style>
background-color css
<style>
a { background-color: #AA6B61; }
a { background-color: rgb(170,107,97); }
div.DivClassName
{
background-color: #AA6B61;
}
.BgClassName
{
background-color: #AA6B61;
}
</style>
border-color css
<style>
span { border-color: #AA6B61; }
span { border-color: rgb(170,107,97); }
td.TdClassName
{
border-color: #AA6B61;
}
.TagClassName
{
border-color: #AA6B61;
}
</style>