Shades of Coral Tree #AB7067
Tints of Coral Tree #AB7067
RGB
CMYK
RGB Variations
Color information
#AB7067 (or 0xAB7067) is known color: Coral Tree. HEX triplet: AB, 70 and 67. RGB value is (171,112,103). Sum of RGB (Red+Green+Blue) = 171+112+103=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7067 is #548F98. Grayscale: #808080. Windows color (decimal): -5541785 or 6779051. OLE color: 6779051.
HSL color Cylindrical-coordinate representation of color #AB7067: hue angle of 7.94º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB7067 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 103 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.33 |
| HSL | 7.94º | 0.29% | 0.54% | - |
| HSV(B) | 7.94º | 0.4% | 0.67% | - |
| XYZ | 25.04 | 21.23 | 15.61 | - |
| YUV | 128.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 103 | 0 | 0.35 | 0.40 | 0.33 | 7.94 | 0.29 | 0.54 |
| Hex | AB | 70 | 67 | 0 | 23 | 28 | 21 | 8 | 1D | 36 |
| Octal | 253 | 160 | 147 | 0 | 43 | 50 | 41 | 10 | 35 | 66 |
| Binary | 10101011 | 1110000 | 1100111 | 0 | 100011 | 101000 | 100001 | 1000 | 11101 | 110110 |
Color Harmonies of #AB7067
Complementary color
Monochromatic Colors of #AB7067
Black with #AB7067
Text Example
Text Example
White with #AB7067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7067; }
p { color: rgb(171,112,103); }
H1.HeaderClassName
{
color: #AB7067;
}
.AnyTagClassName
{
color: #AB7067;
}
</style>
background-color css
<style>
a { background-color: #AB7067; }
a { background-color: rgb(171,112,103); }
div.DivClassName
{
background-color: #AB7067;
}
.BgClassName
{
background-color: #AB7067;
}
</style>
border-color css
<style>
span { border-color: #AB7067; }
span { border-color: rgb(171,112,103); }
td.TdClassName
{
border-color: #AB7067;
}
.TagClassName
{
border-color: #AB7067;
}
</style>