Shades of Coral Tree #AB7869
Tints of Coral Tree #AB7869
RGB
CMYK
RGB Variations
Color information
#AB7869 (or 0xAB7869) is known color: Coral Tree. HEX triplet: AB, 78 and 69. RGB value is (171,120,105). Sum of RGB (Red+Green+Blue) = 171+120+105=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7869 is #548796. Grayscale: #858585. Windows color (decimal): -5539735 or 6912171. OLE color: 6912171.
HSL color Cylindrical-coordinate representation of color #AB7869: hue angle of 13.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB7869 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 105 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.33 |
| HSL | 13.64º | 0.28% | 0.54% | - |
| HSV(B) | 13.64º | 0.39% | 0.67% | - |
| XYZ | 26.06 | 23.11 | 16.45 | - |
| YUV | 133.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 105 | 0 | 0.30 | 0.39 | 0.33 | 13.64 | 0.28 | 0.54 |
| Hex | AB | 78 | 69 | 0 | 1E | 27 | 21 | E | 1C | 36 |
| Octal | 253 | 170 | 151 | 0 | 36 | 47 | 41 | 16 | 34 | 66 |
| Binary | 10101011 | 1111000 | 1101001 | 0 | 11110 | 100111 | 100001 | 1110 | 11100 | 110110 |
Color Harmonies of #AB7869
Complementary color
Monochromatic Colors of #AB7869
Black with #AB7869
Text Example
Text Example
White with #AB7869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7869; }
p { color: rgb(171,120,105); }
H1.HeaderClassName
{
color: #AB7869;
}
.AnyTagClassName
{
color: #AB7869;
}
</style>
background-color css
<style>
a { background-color: #AB7869; }
a { background-color: rgb(171,120,105); }
div.DivClassName
{
background-color: #AB7869;
}
.BgClassName
{
background-color: #AB7869;
}
</style>
border-color css
<style>
span { border-color: #AB7869; }
span { border-color: rgb(171,120,105); }
td.TdClassName
{
border-color: #AB7869;
}
.TagClassName
{
border-color: #AB7869;
}
</style>