Shades of Coral Tree #AB6F64
Tints of Coral Tree #AB6F64
RGB
CMYK
RGB Variations
Color information
#AB6F64 (or 0xAB6F64) is known color: Coral Tree. HEX triplet: AB, 6F and 64. RGB value is (171,111,100). Sum of RGB (Red+Green+Blue) = 171+111+100=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6F64 is #54909B. Grayscale: #7F7F7F. Windows color (decimal): -5542044 or 6582187. OLE color: 6582187.
HSL color Cylindrical-coordinate representation of color #AB6F64: hue angle of 9.3º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6F64 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 111 | 100 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.33 |
| HSL | 9.3º | 0.3% | 0.53% | - |
| HSV(B) | 9.3º | 0.42% | 0.67% | - |
| XYZ | 24.78 | 20.95 | 14.79 | - |
| YUV | 127.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 100 | 0 | 0.35 | 0.42 | 0.33 | 9.3 | 0.3 | 0.53 |
| Hex | AB | 6F | 64 | 0 | 23 | 2A | 21 | 9 | 1E | 35 |
| Octal | 253 | 157 | 144 | 0 | 43 | 52 | 41 | 11 | 36 | 65 |
| Binary | 10101011 | 1101111 | 1100100 | 0 | 100011 | 101010 | 100001 | 1001 | 11110 | 110101 |
Color Harmonies of #AB6F64
Complementary color
Monochromatic Colors of #AB6F64
Black with #AB6F64
Text Example
Text Example
White with #AB6F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6F64; }
p { color: rgb(171,111,100); }
H1.HeaderClassName
{
color: #AB6F64;
}
.AnyTagClassName
{
color: #AB6F64;
}
</style>
background-color css
<style>
a { background-color: #AB6F64; }
a { background-color: rgb(171,111,100); }
div.DivClassName
{
background-color: #AB6F64;
}
.BgClassName
{
background-color: #AB6F64;
}
</style>
border-color css
<style>
span { border-color: #AB6F64; }
span { border-color: rgb(171,111,100); }
td.TdClassName
{
border-color: #AB6F64;
}
.TagClassName
{
border-color: #AB6F64;
}
</style>