Shades of Coral Tree #AB726A
Tints of Coral Tree #AB726A
RGB
CMYK
RGB Variations
Color information
#AB726A (or 0xAB726A) is known color: Coral Tree. HEX triplet: AB, 72 and 6A. RGB value is (171,114,106). Sum of RGB (Red+Green+Blue) = 171+114+106=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB726A is #548D95. Grayscale: #828282. Windows color (decimal): -5541270 or 6976171. OLE color: 6976171.
HSL color Cylindrical-coordinate representation of color #AB726A: hue angle of 7.38º 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 #AB726A is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 106 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.33 |
| HSL | 7.38º | 0.28% | 0.54% | - |
| HSV(B) | 7.38º | 0.38% | 0.67% | - |
| XYZ | 25.41 | 21.73 | 16.49 | - |
| YUV | 130.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 106 | 0 | 0.33 | 0.38 | 0.33 | 7.38 | 0.28 | 0.54 |
| Hex | AB | 72 | 6A | 0 | 21 | 26 | 21 | 7 | 1C | 36 |
| Octal | 253 | 162 | 152 | 0 | 41 | 46 | 41 | 7 | 34 | 66 |
| Binary | 10101011 | 1110010 | 1101010 | 0 | 100001 | 100110 | 100001 | 111 | 11100 | 110110 |
Color Harmonies of #AB726A
Complementary color
Monochromatic Colors of #AB726A
Black with #AB726A
Text Example
Text Example
White with #AB726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB726A; }
p { color: rgb(171,114,106); }
H1.HeaderClassName
{
color: #AB726A;
}
.AnyTagClassName
{
color: #AB726A;
}
</style>
background-color css
<style>
a { background-color: #AB726A; }
a { background-color: rgb(171,114,106); }
div.DivClassName
{
background-color: #AB726A;
}
.BgClassName
{
background-color: #AB726A;
}
</style>
border-color css
<style>
span { border-color: #AB726A; }
span { border-color: rgb(171,114,106); }
td.TdClassName
{
border-color: #AB726A;
}
.TagClassName
{
border-color: #AB726A;
}
</style>