Shades of Coral Tree #A9726A
Tints of Coral Tree #A9726A
RGB
CMYK
RGB Variations
Color information
#A9726A (or 0xA9726A) is known color: Coral Tree. HEX triplet: A9, 72 and 6A. RGB value is (169,114,106). Sum of RGB (Red+Green+Blue) = 169+114+106=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A9726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9726A is #568D95. Grayscale: #818181. Windows color (decimal): -5672342 or 6976169. OLE color: 6976169.
HSL color Cylindrical-coordinate representation of color #A9726A: hue angle of 7.62º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9726A is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 114 | 106 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.34 |
| HSL | 7.62º | 0.27% | 0.54% | - |
| HSV(B) | 7.62º | 0.37% | 0.66% | - |
| XYZ | 24.98 | 21.51 | 16.47 | - |
| YUV | 129.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 106 | 0 | 0.33 | 0.37 | 0.34 | 7.62 | 0.27 | 0.54 |
| Hex | A9 | 72 | 6A | 0 | 21 | 25 | 22 | 8 | 1B | 36 |
| Octal | 251 | 162 | 152 | 0 | 41 | 45 | 42 | 10 | 33 | 66 |
| Binary | 10101001 | 1110010 | 1101010 | 0 | 100001 | 100101 | 100010 | 1000 | 11011 | 110110 |
Color Harmonies of #A9726A
Complementary color
Monochromatic Colors of #A9726A
Black with #A9726A
Text Example
Text Example
White with #A9726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9726A; }
p { color: rgb(169,114,106); }
H1.HeaderClassName
{
color: #A9726A;
}
.AnyTagClassName
{
color: #A9726A;
}
</style>
background-color css
<style>
a { background-color: #A9726A; }
a { background-color: rgb(169,114,106); }
div.DivClassName
{
background-color: #A9726A;
}
.BgClassName
{
background-color: #A9726A;
}
</style>
border-color css
<style>
span { border-color: #A9726A; }
span { border-color: rgb(169,114,106); }
td.TdClassName
{
border-color: #A9726A;
}
.TagClassName
{
border-color: #A9726A;
}
</style>