Shades of Coral Tree #AB6B5C
Tints of Coral Tree #AB6B5C
RGB
CMYK
RGB Variations
Color information
#AB6B5C (or 0xAB6B5C) is known color: Coral Tree. HEX triplet: AB, 6B and 5C. RGB value is (171,107,92). Sum of RGB (Red+Green+Blue) = 171+107+92=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6B5C is #5494A3. Grayscale: #7C7C7C. Windows color (decimal): -5543076 or 6056875. OLE color: 6056875.
HSL color Cylindrical-coordinate representation of color #AB6B5C: hue angle of 11.39º 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 #AB6B5C is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 92 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.33 |
| HSL | 11.39º | 0.32% | 0.52% | - |
| HSV(B) | 11.39º | 0.46% | 0.67% | - |
| XYZ | 23.98 | 19.95 | 12.71 | - |
| YUV | 124.43 | 109.7 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 92 | 0 | 0.37 | 0.46 | 0.33 | 11.39 | 0.32 | 0.52 |
| Hex | AB | 6B | 5C | 0 | 25 | 2E | 21 | B | 20 | 34 |
| Octal | 253 | 153 | 134 | 0 | 45 | 56 | 41 | 13 | 40 | 64 |
| Binary | 10101011 | 1101011 | 1011100 | 0 | 100101 | 101110 | 100001 | 1011 | 100000 | 110100 |
Color Harmonies of #AB6B5C
Complementary color
Monochromatic Colors of #AB6B5C
Black with #AB6B5C
Text Example
Text Example
White with #AB6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B5C; }
p { color: rgb(171,107,92); }
H1.HeaderClassName
{
color: #AB6B5C;
}
.AnyTagClassName
{
color: #AB6B5C;
}
</style>
background-color css
<style>
a { background-color: #AB6B5C; }
a { background-color: rgb(171,107,92); }
div.DivClassName
{
background-color: #AB6B5C;
}
.BgClassName
{
background-color: #AB6B5C;
}
</style>
border-color css
<style>
span { border-color: #AB6B5C; }
span { border-color: rgb(171,107,92); }
td.TdClassName
{
border-color: #AB6B5C;
}
.TagClassName
{
border-color: #AB6B5C;
}
</style>