Shades of Coral Tree #AB5F5D
Tints of Coral Tree #AB5F5D
RGB
CMYK
RGB Variations
Color information
#AB5F5D (or 0xAB5F5D) is known color: Coral Tree. HEX triplet: AB, 5F and 5D. RGB value is (171,95,93). Sum of RGB (Red+Green+Blue) = 171+95+93=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5F5D is #54A0A2. Grayscale: #757575. Windows color (decimal): -5546147 or 6119339. OLE color: 6119339.
HSL color Cylindrical-coordinate representation of color #AB5F5D: hue angle of 1.54º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB5F5D is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 95 | 93 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.33 |
| HSL | 1.54º | 0.32% | 0.52% | - |
| HSV(B) | 1.54º | 0.46% | 0.67% | - |
| XYZ | 22.86 | 17.63 | 12.55 | - |
| YUV | 117.5 | 114.18 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 95 | 93 | 0 | 0.44 | 0.46 | 0.33 | 1.54 | 0.32 | 0.52 |
| Hex | AB | 5F | 5D | 0 | 2C | 2E | 21 | 2 | 20 | 34 |
| Octal | 253 | 137 | 135 | 0 | 54 | 56 | 41 | 2 | 40 | 64 |
| Binary | 10101011 | 1011111 | 1011101 | 0 | 101100 | 101110 | 100001 | 10 | 100000 | 110100 |
Color Harmonies of #AB5F5D
Complementary color
Monochromatic Colors of #AB5F5D
Black with #AB5F5D
Text Example
Text Example
White with #AB5F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5F5D; }
p { color: rgb(171,95,93); }
H1.HeaderClassName
{
color: #AB5F5D;
}
.AnyTagClassName
{
color: #AB5F5D;
}
</style>
background-color css
<style>
a { background-color: #AB5F5D; }
a { background-color: rgb(171,95,93); }
div.DivClassName
{
background-color: #AB5F5D;
}
.BgClassName
{
background-color: #AB5F5D;
}
</style>
border-color css
<style>
span { border-color: #AB5F5D; }
span { border-color: rgb(171,95,93); }
td.TdClassName
{
border-color: #AB5F5D;
}
.TagClassName
{
border-color: #AB5F5D;
}
</style>