Shades of Coral Tree #A9726E
Tints of Coral Tree #A9726E
RGB
CMYK
RGB Variations
Color information
#A9726E (or 0xA9726E) is known color: Coral Tree. HEX triplet: A9, 72 and 6E. RGB value is (169,114,110). Sum of RGB (Red+Green+Blue) = 169+114+110=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A9726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9726E is #568D91. Grayscale: #828282. Windows color (decimal): -5672338 or 7238313. OLE color: 7238313.
HSL color Cylindrical-coordinate representation of color #A9726E: hue angle of 4.07º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9726E is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 114 | 110 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.34 |
| HSL | 4.07º | 0.26% | 0.55% | - |
| HSV(B) | 4.07º | 0.35% | 0.66% | - |
| XYZ | 25.19 | 21.6 | 17.59 | - |
| YUV | 129.99 | 116.72 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 110 | 0 | 0.33 | 0.35 | 0.34 | 4.07 | 0.26 | 0.55 |
| Hex | A9 | 72 | 6E | 0 | 21 | 23 | 22 | 4 | 1A | 37 |
| Octal | 251 | 162 | 156 | 0 | 41 | 43 | 42 | 4 | 32 | 67 |
| Binary | 10101001 | 1110010 | 1101110 | 0 | 100001 | 100011 | 100010 | 100 | 11010 | 110111 |
Color Harmonies of #A9726E
Complementary color
Monochromatic Colors of #A9726E
Black with #A9726E
Text Example
Text Example
White with #A9726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9726E; }
p { color: rgb(169,114,110); }
H1.HeaderClassName
{
color: #A9726E;
}
.AnyTagClassName
{
color: #A9726E;
}
</style>
background-color css
<style>
a { background-color: #A9726E; }
a { background-color: rgb(169,114,110); }
div.DivClassName
{
background-color: #A9726E;
}
.BgClassName
{
background-color: #A9726E;
}
</style>
border-color css
<style>
span { border-color: #A9726E; }
span { border-color: rgb(169,114,110); }
td.TdClassName
{
border-color: #A9726E;
}
.TagClassName
{
border-color: #A9726E;
}
</style>