Shades of Coral Tree #AB6966
Tints of Coral Tree #AB6966
RGB
CMYK
RGB Variations
Color information
#AB6966 (or 0xAB6966) is known color: Coral Tree. HEX triplet: AB, 69 and 66. RGB value is (171,105,102). Sum of RGB (Red+Green+Blue) = 171+105+102=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6966 is #549699. Grayscale: #7C7C7C. Windows color (decimal): -5543578 or 6711723. OLE color: 6711723.
HSL color Cylindrical-coordinate representation of color #AB6966: hue angle of 2.61º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6966 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 102 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.33 |
| HSL | 2.61º | 0.29% | 0.54% | - |
| HSV(B) | 2.61º | 0.4% | 0.67% | - |
| XYZ | 24.24 | 19.72 | 15.1 | - |
| YUV | 124.39 | 115.37 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 102 | 0 | 0.39 | 0.40 | 0.33 | 2.61 | 0.29 | 0.54 |
| Hex | AB | 69 | 66 | 0 | 27 | 28 | 21 | 3 | 1D | 36 |
| Octal | 253 | 151 | 146 | 0 | 47 | 50 | 41 | 3 | 35 | 66 |
| Binary | 10101011 | 1101001 | 1100110 | 0 | 100111 | 101000 | 100001 | 11 | 11101 | 110110 |
Color Harmonies of #AB6966
Complementary color
Monochromatic Colors of #AB6966
Black with #AB6966
Text Example
Text Example
White with #AB6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6966; }
p { color: rgb(171,105,102); }
H1.HeaderClassName
{
color: #AB6966;
}
.AnyTagClassName
{
color: #AB6966;
}
</style>
background-color css
<style>
a { background-color: #AB6966; }
a { background-color: rgb(171,105,102); }
div.DivClassName
{
background-color: #AB6966;
}
.BgClassName
{
background-color: #AB6966;
}
</style>
border-color css
<style>
span { border-color: #AB6966; }
span { border-color: rgb(171,105,102); }
td.TdClassName
{
border-color: #AB6966;
}
.TagClassName
{
border-color: #AB6966;
}
</style>