Shades of Coral Tree #AB7973
Tints of Coral Tree #AB7973
RGB
CMYK
RGB Variations
Color information
#AB7973 (or 0xAB7973) is known color: Coral Tree. HEX triplet: AB, 79 and 73. RGB value is (171,121,115). Sum of RGB (Red+Green+Blue) = 171+121+115=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7973 is #54868C. Grayscale: #878787. Windows color (decimal): -5539469 or 7567787. OLE color: 7567787.
HSL color Cylindrical-coordinate representation of color #AB7973: hue angle of 6.43º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB7973 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 115 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.33 |
| HSL | 6.43º | 0.25% | 0.56% | - |
| HSV(B) | 6.43º | 0.33% | 0.67% | - |
| XYZ | 26.73 | 23.57 | 19.36 | - |
| YUV | 135.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 115 | 0 | 0.29 | 0.33 | 0.33 | 6.43 | 0.25 | 0.56 |
| Hex | AB | 79 | 73 | 0 | 1D | 21 | 21 | 6 | 19 | 38 |
| Octal | 253 | 171 | 163 | 0 | 35 | 41 | 41 | 6 | 31 | 70 |
| Binary | 10101011 | 1111001 | 1110011 | 0 | 11101 | 100001 | 100001 | 110 | 11001 | 111000 |
Color Harmonies of #AB7973
Complementary color
Monochromatic Colors of #AB7973
Black with #AB7973
Text Example
Text Example
White with #AB7973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7973; }
p { color: rgb(171,121,115); }
H1.HeaderClassName
{
color: #AB7973;
}
.AnyTagClassName
{
color: #AB7973;
}
</style>
background-color css
<style>
a { background-color: #AB7973; }
a { background-color: rgb(171,121,115); }
div.DivClassName
{
background-color: #AB7973;
}
.BgClassName
{
background-color: #AB7973;
}
</style>
border-color css
<style>
span { border-color: #AB7973; }
span { border-color: rgb(171,121,115); }
td.TdClassName
{
border-color: #AB7973;
}
.TagClassName
{
border-color: #AB7973;
}
</style>