Shades of Coral Tree #AB665F
Tints of Coral Tree #AB665F
RGB
CMYK
RGB Variations
Color information
#AB665F (or 0xAB665F) is known color: Coral Tree. HEX triplet: AB, 66 and 5F. RGB value is (171,102,95). Sum of RGB (Red+Green+Blue) = 171+102+95=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB665F is #5499A0. Grayscale: #797979. Windows color (decimal): -5544353 or 6252203. OLE color: 6252203.
HSL color Cylindrical-coordinate representation of color #AB665F: hue angle of 5.53º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB665F is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 95 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.33 |
| HSL | 5.53º | 0.31% | 0.52% | - |
| HSV(B) | 5.53º | 0.44% | 0.67% | - |
| XYZ | 23.61 | 18.99 | 13.25 | - |
| YUV | 121.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 95 | 0 | 0.40 | 0.44 | 0.33 | 5.53 | 0.31 | 0.52 |
| Hex | AB | 66 | 5F | 0 | 28 | 2C | 21 | 6 | 1F | 34 |
| Octal | 253 | 146 | 137 | 0 | 50 | 54 | 41 | 6 | 37 | 64 |
| Binary | 10101011 | 1100110 | 1011111 | 0 | 101000 | 101100 | 100001 | 110 | 11111 | 110100 |
Color Harmonies of #AB665F
Complementary color
Monochromatic Colors of #AB665F
Black with #AB665F
Text Example
Text Example
White with #AB665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB665F; }
p { color: rgb(171,102,95); }
H1.HeaderClassName
{
color: #AB665F;
}
.AnyTagClassName
{
color: #AB665F;
}
</style>
background-color css
<style>
a { background-color: #AB665F; }
a { background-color: rgb(171,102,95); }
div.DivClassName
{
background-color: #AB665F;
}
.BgClassName
{
background-color: #AB665F;
}
</style>
border-color css
<style>
span { border-color: #AB665F; }
span { border-color: rgb(171,102,95); }
td.TdClassName
{
border-color: #AB665F;
}
.TagClassName
{
border-color: #AB665F;
}
</style>