Shades of Coral Tree #AB6962
Tints of Coral Tree #AB6962
RGB
CMYK
RGB Variations
Color information
#AB6962 (or 0xAB6962) is known color: Coral Tree. HEX triplet: AB, 69 and 62. RGB value is (171,105,98). Sum of RGB (Red+Green+Blue) = 171+105+98=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6962 is #54969D. Grayscale: #7C7C7C. Windows color (decimal): -5543582 or 6449579. OLE color: 6449579.
HSL color Cylindrical-coordinate representation of color #AB6962: hue angle of 5.75º 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 #AB6962 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 98 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.33 |
| HSL | 5.75º | 0.3% | 0.53% | - |
| HSV(B) | 5.75º | 0.43% | 0.67% | - |
| XYZ | 24.05 | 19.64 | 14.08 | - |
| YUV | 123.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 98 | 0 | 0.39 | 0.43 | 0.33 | 5.75 | 0.3 | 0.53 |
| Hex | AB | 69 | 62 | 0 | 27 | 2B | 21 | 6 | 1E | 35 |
| Octal | 253 | 151 | 142 | 0 | 47 | 53 | 41 | 6 | 36 | 65 |
| Binary | 10101011 | 1101001 | 1100010 | 0 | 100111 | 101011 | 100001 | 110 | 11110 | 110101 |
Color Harmonies of #AB6962
Complementary color
Monochromatic Colors of #AB6962
Black with #AB6962
Text Example
Text Example
White with #AB6962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6962; }
p { color: rgb(171,105,98); }
H1.HeaderClassName
{
color: #AB6962;
}
.AnyTagClassName
{
color: #AB6962;
}
</style>
background-color css
<style>
a { background-color: #AB6962; }
a { background-color: rgb(171,105,98); }
div.DivClassName
{
background-color: #AB6962;
}
.BgClassName
{
background-color: #AB6962;
}
</style>
border-color css
<style>
span { border-color: #AB6962; }
span { border-color: rgb(171,105,98); }
td.TdClassName
{
border-color: #AB6962;
}
.TagClassName
{
border-color: #AB6962;
}
</style>