Shades of Coral Tree #AA6A69
Tints of Coral Tree #AA6A69
RGB
CMYK
RGB Variations
Color information
#AA6A69 (or 0xAA6A69) is known color: Coral Tree. HEX triplet: AA, 6A and 69. RGB value is (170,106,105). Sum of RGB (Red+Green+Blue) = 170+106+105=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A69 is #559596. Grayscale: #7D7D7D. Windows color (decimal): -5608855 or 6908586. OLE color: 6908586.
HSL color Cylindrical-coordinate representation of color #AA6A69: hue angle of 0.92º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6A69 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 105 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.33 |
| HSL | 0.92º | 0.28% | 0.54% | - |
| HSV(B) | 0.92º | 0.38% | 0.67% | - |
| XYZ | 24.28 | 19.87 | 15.92 | - |
| YUV | 125.02 | 116.7 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 105 | 0 | 0.38 | 0.38 | 0.33 | 0.92 | 0.28 | 0.54 |
| Hex | AA | 6A | 69 | 0 | 26 | 26 | 21 | 1 | 1C | 36 |
| Octal | 252 | 152 | 151 | 0 | 46 | 46 | 41 | 1 | 34 | 66 |
| Binary | 10101010 | 1101010 | 1101001 | 0 | 100110 | 100110 | 100001 | 1 | 11100 | 110110 |
Color Harmonies of #AA6A69
Complementary color
Monochromatic Colors of #AA6A69
Black with #AA6A69
Text Example
Text Example
White with #AA6A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A69; }
p { color: rgb(170,106,105); }
H1.HeaderClassName
{
color: #AA6A69;
}
.AnyTagClassName
{
color: #AA6A69;
}
</style>
background-color css
<style>
a { background-color: #AA6A69; }
a { background-color: rgb(170,106,105); }
div.DivClassName
{
background-color: #AA6A69;
}
.BgClassName
{
background-color: #AA6A69;
}
</style>
border-color css
<style>
span { border-color: #AA6A69; }
span { border-color: rgb(170,106,105); }
td.TdClassName
{
border-color: #AA6A69;
}
.TagClassName
{
border-color: #AA6A69;
}
</style>