Shades of Coral Tree #AA7A6C
Tints of Coral Tree #AA7A6C
RGB
CMYK
RGB Variations
Color information
#AA7A6C (or 0xAA7A6C) is known color: Coral Tree. HEX triplet: AA, 7A and 6C. RGB value is (170,122,108). Sum of RGB (Red+Green+Blue) = 170+122+108=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A6C is #558593. Grayscale: #868686. Windows color (decimal): -5604756 or 7109290. OLE color: 7109290.
HSL color Cylindrical-coordinate representation of color #AA7A6C: hue angle of 13.55º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA7A6C is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 108 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.33 |
| HSL | 13.55º | 0.27% | 0.55% | - |
| HSV(B) | 13.55º | 0.36% | 0.67% | - |
| XYZ | 26.24 | 23.55 | 17.35 | - |
| YUV | 134.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 108 | 0 | 0.28 | 0.36 | 0.33 | 13.55 | 0.27 | 0.55 |
| Hex | AA | 7A | 6C | 0 | 1C | 24 | 21 | E | 1B | 37 |
| Octal | 252 | 172 | 154 | 0 | 34 | 44 | 41 | 16 | 33 | 67 |
| Binary | 10101010 | 1111010 | 1101100 | 0 | 11100 | 100100 | 100001 | 1110 | 11011 | 110111 |
Color Harmonies of #AA7A6C
Complementary color
Monochromatic Colors of #AA7A6C
Black with #AA7A6C
Text Example
Text Example
White with #AA7A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A6C; }
p { color: rgb(170,122,108); }
H1.HeaderClassName
{
color: #AA7A6C;
}
.AnyTagClassName
{
color: #AA7A6C;
}
</style>
background-color css
<style>
a { background-color: #AA7A6C; }
a { background-color: rgb(170,122,108); }
div.DivClassName
{
background-color: #AA7A6C;
}
.BgClassName
{
background-color: #AA7A6C;
}
</style>
border-color css
<style>
span { border-color: #AA7A6C; }
span { border-color: rgb(170,122,108); }
td.TdClassName
{
border-color: #AA7A6C;
}
.TagClassName
{
border-color: #AA7A6C;
}
</style>