Shades of Coral Tree #AB6F62
Tints of Coral Tree #AB6F62
RGB
CMYK
RGB Variations
Color information
#AB6F62 (or 0xAB6F62) is known color: Coral Tree. HEX triplet: AB, 6F and 62. RGB value is (171,111,98). Sum of RGB (Red+Green+Blue) = 171+111+98=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6F62 is #54909D. Grayscale: #7F7F7F. Windows color (decimal): -5542046 or 6451115. OLE color: 6451115.
HSL color Cylindrical-coordinate representation of color #AB6F62: hue angle of 10.68º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6F62 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 111 | 98 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.33 |
| HSL | 10.68º | 0.3% | 0.53% | - |
| HSV(B) | 10.68º | 0.43% | 0.67% | - |
| XYZ | 24.68 | 20.91 | 14.29 | - |
| YUV | 127.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 98 | 0 | 0.35 | 0.43 | 0.33 | 10.68 | 0.3 | 0.53 |
| Hex | AB | 6F | 62 | 0 | 23 | 2B | 21 | B | 1E | 35 |
| Octal | 253 | 157 | 142 | 0 | 43 | 53 | 41 | 13 | 36 | 65 |
| Binary | 10101011 | 1101111 | 1100010 | 0 | 100011 | 101011 | 100001 | 1011 | 11110 | 110101 |
Color Harmonies of #AB6F62
Complementary color
Monochromatic Colors of #AB6F62
Black with #AB6F62
Text Example
Text Example
White with #AB6F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6F62; }
p { color: rgb(171,111,98); }
H1.HeaderClassName
{
color: #AB6F62;
}
.AnyTagClassName
{
color: #AB6F62;
}
</style>
background-color css
<style>
a { background-color: #AB6F62; }
a { background-color: rgb(171,111,98); }
div.DivClassName
{
background-color: #AB6F62;
}
.BgClassName
{
background-color: #AB6F62;
}
</style>
border-color css
<style>
span { border-color: #AB6F62; }
span { border-color: rgb(171,111,98); }
td.TdClassName
{
border-color: #AB6F62;
}
.TagClassName
{
border-color: #AB6F62;
}
</style>