Shades of Coral Tree #AB6B5F
Tints of Coral Tree #AB6B5F
RGB
CMYK
RGB Variations
Color information
#AB6B5F (or 0xAB6B5F) is known color: Coral Tree. HEX triplet: AB, 6B and 5F. RGB value is (171,107,95). Sum of RGB (Red+Green+Blue) = 171+107+95=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6B5F is #5494A0. Grayscale: #7C7C7C. Windows color (decimal): -5543073 or 6253483. OLE color: 6253483.
HSL color Cylindrical-coordinate representation of color #AB6B5F: hue angle of 9.47º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6B5F is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 95 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.33 |
| HSL | 9.47º | 0.31% | 0.52% | - |
| HSV(B) | 9.47º | 0.44% | 0.67% | - |
| XYZ | 24.12 | 20 | 13.42 | - |
| YUV | 124.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 95 | 0 | 0.37 | 0.44 | 0.33 | 9.47 | 0.31 | 0.52 |
| Hex | AB | 6B | 5F | 0 | 25 | 2C | 21 | 9 | 1F | 34 |
| Octal | 253 | 153 | 137 | 0 | 45 | 54 | 41 | 11 | 37 | 64 |
| Binary | 10101011 | 1101011 | 1011111 | 0 | 100101 | 101100 | 100001 | 1001 | 11111 | 110100 |
Color Harmonies of #AB6B5F
Complementary color
Monochromatic Colors of #AB6B5F
Black with #AB6B5F
Text Example
Text Example
White with #AB6B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B5F; }
p { color: rgb(171,107,95); }
H1.HeaderClassName
{
color: #AB6B5F;
}
.AnyTagClassName
{
color: #AB6B5F;
}
</style>
background-color css
<style>
a { background-color: #AB6B5F; }
a { background-color: rgb(171,107,95); }
div.DivClassName
{
background-color: #AB6B5F;
}
.BgClassName
{
background-color: #AB6B5F;
}
</style>
border-color css
<style>
span { border-color: #AB6B5F; }
span { border-color: rgb(171,107,95); }
td.TdClassName
{
border-color: #AB6B5F;
}
.TagClassName
{
border-color: #AB6B5F;
}
</style>