Shades of Coral Tree #AB6A5D
Tints of Coral Tree #AB6A5D
RGB
CMYK
RGB Variations
Color information
#AB6A5D (or 0xAB6A5D) is known color: Coral Tree. HEX triplet: AB, 6A and 5D. RGB value is (171,106,93). Sum of RGB (Red+Green+Blue) = 171+106+93=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6A5D is #5495A2. Grayscale: #7C7C7C. Windows color (decimal): -5543331 or 6122155. OLE color: 6122155.
HSL color Cylindrical-coordinate representation of color #AB6A5D: hue angle of 10º 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 #AB6A5D is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 106 | 93 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.33 |
| HSL | 10º | 0.32% | 0.52% | - |
| HSV(B) | 10º | 0.46% | 0.67% | - |
| XYZ | 23.92 | 19.76 | 12.91 | - |
| YUV | 123.95 | 110.53 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 93 | 0 | 0.38 | 0.46 | 0.33 | 10 | 0.32 | 0.52 |
| Hex | AB | 6A | 5D | 0 | 26 | 2E | 21 | A | 20 | 34 |
| Octal | 253 | 152 | 135 | 0 | 46 | 56 | 41 | 12 | 40 | 64 |
| Binary | 10101011 | 1101010 | 1011101 | 0 | 100110 | 101110 | 100001 | 1010 | 100000 | 110100 |
Color Harmonies of #AB6A5D
Complementary color
Monochromatic Colors of #AB6A5D
Black with #AB6A5D
Text Example
Text Example
White with #AB6A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6A5D; }
p { color: rgb(171,106,93); }
H1.HeaderClassName
{
color: #AB6A5D;
}
.AnyTagClassName
{
color: #AB6A5D;
}
</style>
background-color css
<style>
a { background-color: #AB6A5D; }
a { background-color: rgb(171,106,93); }
div.DivClassName
{
background-color: #AB6A5D;
}
.BgClassName
{
background-color: #AB6A5D;
}
</style>
border-color css
<style>
span { border-color: #AB6A5D; }
span { border-color: rgb(171,106,93); }
td.TdClassName
{
border-color: #AB6A5D;
}
.TagClassName
{
border-color: #AB6A5D;
}
</style>