Shades of Coral Tree #AA7875
Tints of Coral Tree #AA7875
RGB
CMYK
RGB Variations
Color information
#AA7875 (or 0xAA7875) is known color: Coral Tree. HEX triplet: AA, 78 and 75. RGB value is (170,120,117). Sum of RGB (Red+Green+Blue) = 170+120+117=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7875 is #55878A. Grayscale: #868686. Windows color (decimal): -5605259 or 7698602. OLE color: 7698602.
HSL color Cylindrical-coordinate representation of color #AA7875: hue angle of 3.4º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7875 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 117 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.33 |
| HSL | 3.4º | 0.24% | 0.56% | - |
| HSV(B) | 3.4º | 0.31% | 0.67% | - |
| XYZ | 26.5 | 23.26 | 19.92 | - |
| YUV | 134.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 117 | 0 | 0.29 | 0.31 | 0.33 | 3.4 | 0.24 | 0.56 |
| Hex | AA | 78 | 75 | 0 | 1D | 1F | 21 | 3 | 18 | 38 |
| Octal | 252 | 170 | 165 | 0 | 35 | 37 | 41 | 3 | 30 | 70 |
| Binary | 10101010 | 1111000 | 1110101 | 0 | 11101 | 11111 | 100001 | 11 | 11000 | 111000 |
Color Harmonies of #AA7875
Complementary color
Monochromatic Colors of #AA7875
Black with #AA7875
Text Example
Text Example
White with #AA7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7875; }
p { color: rgb(170,120,117); }
H1.HeaderClassName
{
color: #AA7875;
}
.AnyTagClassName
{
color: #AA7875;
}
</style>
background-color css
<style>
a { background-color: #AA7875; }
a { background-color: rgb(170,120,117); }
div.DivClassName
{
background-color: #AA7875;
}
.BgClassName
{
background-color: #AA7875;
}
</style>
border-color css
<style>
span { border-color: #AA7875; }
span { border-color: rgb(170,120,117); }
td.TdClassName
{
border-color: #AA7875;
}
.TagClassName
{
border-color: #AA7875;
}
</style>