Shades of Coral Tree #AA796E
Tints of Coral Tree #AA796E
RGB
CMYK
RGB Variations
Color information
#AA796E (or 0xAA796E) is known color: Coral Tree. HEX triplet: AA, 79 and 6E. RGB value is (170,121,110). Sum of RGB (Red+Green+Blue) = 170+121+110=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA796E is #558691. Grayscale: #868686. Windows color (decimal): -5605010 or 7240106. OLE color: 7240106.
HSL color Cylindrical-coordinate representation of color #AA796E: hue angle of 11º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA796E is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 110 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.33 |
| HSL | 11º | 0.26% | 0.55% | - |
| HSV(B) | 11º | 0.35% | 0.67% | - |
| XYZ | 26.23 | 23.35 | 17.88 | - |
| YUV | 134.4 | 114.23 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 110 | 0 | 0.29 | 0.35 | 0.33 | 11 | 0.26 | 0.55 |
| Hex | AA | 79 | 6E | 0 | 1D | 23 | 21 | B | 1A | 37 |
| Octal | 252 | 171 | 156 | 0 | 35 | 43 | 41 | 13 | 32 | 67 |
| Binary | 10101010 | 1111001 | 1101110 | 0 | 11101 | 100011 | 100001 | 1011 | 11010 | 110111 |
Color Harmonies of #AA796E
Complementary color
Monochromatic Colors of #AA796E
Black with #AA796E
Text Example
Text Example
White with #AA796E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA796E; }
p { color: rgb(170,121,110); }
H1.HeaderClassName
{
color: #AA796E;
}
.AnyTagClassName
{
color: #AA796E;
}
</style>
background-color css
<style>
a { background-color: #AA796E; }
a { background-color: rgb(170,121,110); }
div.DivClassName
{
background-color: #AA796E;
}
.BgClassName
{
background-color: #AA796E;
}
</style>
border-color css
<style>
span { border-color: #AA796E; }
span { border-color: rgb(170,121,110); }
td.TdClassName
{
border-color: #AA796E;
}
.TagClassName
{
border-color: #AA796E;
}
</style>