Shades of Coral Tree #AB7A70
Tints of Coral Tree #AB7A70
RGB
CMYK
RGB Variations
Color information
#AB7A70 (or 0xAB7A70) is known color: Coral Tree. HEX triplet: AB, 7A and 70. RGB value is (171,122,112). Sum of RGB (Red+Green+Blue) = 171+122+112=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A70 is #54858F. Grayscale: #878787. Windows color (decimal): -5539216 or 7371435. OLE color: 7371435.
HSL color Cylindrical-coordinate representation of color #AB7A70: hue angle of 10.17º 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 #AB7A70 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 112 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.33 |
| HSL | 10.17º | 0.26% | 0.55% | - |
| HSV(B) | 10.17º | 0.35% | 0.67% | - |
| XYZ | 26.68 | 23.75 | 18.51 | - |
| YUV | 135.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 112 | 0 | 0.29 | 0.35 | 0.33 | 10.17 | 0.26 | 0.55 |
| Hex | AB | 7A | 70 | 0 | 1D | 23 | 21 | A | 1A | 37 |
| Octal | 253 | 172 | 160 | 0 | 35 | 43 | 41 | 12 | 32 | 67 |
| Binary | 10101011 | 1111010 | 1110000 | 0 | 11101 | 100011 | 100001 | 1010 | 11010 | 110111 |
Color Harmonies of #AB7A70
Complementary color
Monochromatic Colors of #AB7A70
Black with #AB7A70
Text Example
Text Example
White with #AB7A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A70; }
p { color: rgb(171,122,112); }
H1.HeaderClassName
{
color: #AB7A70;
}
.AnyTagClassName
{
color: #AB7A70;
}
</style>
background-color css
<style>
a { background-color: #AB7A70; }
a { background-color: rgb(171,122,112); }
div.DivClassName
{
background-color: #AB7A70;
}
.BgClassName
{
background-color: #AB7A70;
}
</style>
border-color css
<style>
span { border-color: #AB7A70; }
span { border-color: rgb(171,122,112); }
td.TdClassName
{
border-color: #AB7A70;
}
.TagClassName
{
border-color: #AB7A70;
}
</style>