Shades of Coral Tree #AB6261
Tints of Coral Tree #AB6261
RGB
CMYK
RGB Variations
Color information
#AB6261 (or 0xAB6261) is known color: Coral Tree. HEX triplet: AB, 62 and 61. RGB value is (171,98,97). Sum of RGB (Red+Green+Blue) = 171+98+97=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6261 is #549D9E. Grayscale: #777777. Windows color (decimal): -5545375 or 6382251. OLE color: 6382251.
HSL color Cylindrical-coordinate representation of color #AB6261: hue angle of 0.81º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6261 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 97 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.33 |
| HSL | 0.81º | 0.31% | 0.53% | - |
| HSV(B) | 0.81º | 0.43% | 0.67% | - |
| XYZ | 23.32 | 18.26 | 13.6 | - |
| YUV | 119.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 97 | 0 | 0.43 | 0.43 | 0.33 | 0.81 | 0.31 | 0.53 |
| Hex | AB | 62 | 61 | 0 | 2B | 2B | 21 | 1 | 1F | 35 |
| Octal | 253 | 142 | 141 | 0 | 53 | 53 | 41 | 1 | 37 | 65 |
| Binary | 10101011 | 1100010 | 1100001 | 0 | 101011 | 101011 | 100001 | 1 | 11111 | 110101 |
Color Harmonies of #AB6261
Complementary color
Monochromatic Colors of #AB6261
Black with #AB6261
Text Example
Text Example
White with #AB6261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6261; }
p { color: rgb(171,98,97); }
H1.HeaderClassName
{
color: #AB6261;
}
.AnyTagClassName
{
color: #AB6261;
}
</style>
background-color css
<style>
a { background-color: #AB6261; }
a { background-color: rgb(171,98,97); }
div.DivClassName
{
background-color: #AB6261;
}
.BgClassName
{
background-color: #AB6261;
}
</style>
border-color css
<style>
span { border-color: #AB6261; }
span { border-color: rgb(171,98,97); }
td.TdClassName
{
border-color: #AB6261;
}
.TagClassName
{
border-color: #AB6261;
}
</style>