Shades of Coral Tree #AB655F
Tints of Coral Tree #AB655F
RGB
CMYK
RGB Variations
Color information
#AB655F (or 0xAB655F) is known color: Coral Tree. HEX triplet: AB, 65 and 5F. RGB value is (171,101,95). Sum of RGB (Red+Green+Blue) = 171+101+95=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB655F is #549AA0. Grayscale: #797979. Windows color (decimal): -5544609 or 6251947. OLE color: 6251947.
HSL color Cylindrical-coordinate representation of color #AB655F: hue angle of 4.74º 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 #AB655F is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 95 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.33 |
| HSL | 4.74º | 0.31% | 0.52% | - |
| HSV(B) | 4.74º | 0.44% | 0.67% | - |
| XYZ | 23.51 | 18.79 | 13.21 | - |
| YUV | 121.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 95 | 0 | 0.41 | 0.44 | 0.33 | 4.74 | 0.31 | 0.52 |
| Hex | AB | 65 | 5F | 0 | 29 | 2C | 21 | 5 | 1F | 34 |
| Octal | 253 | 145 | 137 | 0 | 51 | 54 | 41 | 5 | 37 | 64 |
| Binary | 10101011 | 1100101 | 1011111 | 0 | 101001 | 101100 | 100001 | 101 | 11111 | 110100 |
Color Harmonies of #AB655F
Complementary color
Monochromatic Colors of #AB655F
Black with #AB655F
Text Example
Text Example
White with #AB655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB655F; }
p { color: rgb(171,101,95); }
H1.HeaderClassName
{
color: #AB655F;
}
.AnyTagClassName
{
color: #AB655F;
}
</style>
background-color css
<style>
a { background-color: #AB655F; }
a { background-color: rgb(171,101,95); }
div.DivClassName
{
background-color: #AB655F;
}
.BgClassName
{
background-color: #AB655F;
}
</style>
border-color css
<style>
span { border-color: #AB655F; }
span { border-color: rgb(171,101,95); }
td.TdClassName
{
border-color: #AB655F;
}
.TagClassName
{
border-color: #AB655F;
}
</style>