Shades of Coral Tree #AB6B6A
Tints of Coral Tree #AB6B6A
RGB
CMYK
RGB Variations
Color information
#AB6B6A (or 0xAB6B6A) is known color: Coral Tree. HEX triplet: AB, 6B and 6A. RGB value is (171,107,106). Sum of RGB (Red+Green+Blue) = 171+107+106=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6B6A is #549495. Grayscale: #7E7E7E. Windows color (decimal): -5543062 or 6974379. OLE color: 6974379.
HSL color Cylindrical-coordinate representation of color #AB6B6A: hue angle of 0.92º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB6B6A is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 106 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.33 |
| HSL | 0.92º | 0.28% | 0.54% | - |
| HSV(B) | 0.92º | 0.38% | 0.67% | - |
| XYZ | 24.65 | 20.21 | 16.24 | - |
| YUV | 126.02 | 116.7 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 106 | 0 | 0.37 | 0.38 | 0.33 | 0.92 | 0.28 | 0.54 |
| Hex | AB | 6B | 6A | 0 | 25 | 26 | 21 | 1 | 1C | 36 |
| Octal | 253 | 153 | 152 | 0 | 45 | 46 | 41 | 1 | 34 | 66 |
| Binary | 10101011 | 1101011 | 1101010 | 0 | 100101 | 100110 | 100001 | 1 | 11100 | 110110 |
Color Harmonies of #AB6B6A
Complementary color
Monochromatic Colors of #AB6B6A
Black with #AB6B6A
Text Example
Text Example
White with #AB6B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B6A; }
p { color: rgb(171,107,106); }
H1.HeaderClassName
{
color: #AB6B6A;
}
.AnyTagClassName
{
color: #AB6B6A;
}
</style>
background-color css
<style>
a { background-color: #AB6B6A; }
a { background-color: rgb(171,107,106); }
div.DivClassName
{
background-color: #AB6B6A;
}
.BgClassName
{
background-color: #AB6B6A;
}
</style>
border-color css
<style>
span { border-color: #AB6B6A; }
span { border-color: rgb(171,107,106); }
td.TdClassName
{
border-color: #AB6B6A;
}
.TagClassName
{
border-color: #AB6B6A;
}
</style>