Shades of Medium Wood #A9815E
Tints of Medium Wood #A9815E
RGB
CMYK
RGB Variations
Color information
#A9815E (or 0xA9815E) is known color: Medium Wood. HEX triplet: A9, 81 and 5E. RGB value is (169,129,94). Sum of RGB (Red+Green+Blue) = 169+129+94=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A9815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9815E is #567EA1. Grayscale: #898989. Windows color (decimal): -5668514 or 6193577. OLE color: 6193577.
HSL color Cylindrical-coordinate representation of color #A9815E: hue angle of 28º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9815E is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 94 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.34 |
| HSL | 28º | 0.3% | 0.52% | - |
| HSV(B) | 28º | 0.44% | 0.66% | - |
| XYZ | 26.23 | 24.94 | 14.02 | - |
| YUV | 136.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 94 | 0 | 0.24 | 0.44 | 0.34 | 28 | 0.3 | 0.52 |
| Hex | A9 | 81 | 5E | 0 | 18 | 2C | 22 | 1C | 1E | 34 |
| Octal | 251 | 201 | 136 | 0 | 30 | 54 | 42 | 34 | 36 | 64 |
| Binary | 10101001 | 10000001 | 1011110 | 0 | 11000 | 101100 | 100010 | 11100 | 11110 | 110100 |
Color Harmonies of #A9815E
Complementary color
Monochromatic Colors of #A9815E
Black with #A9815E
Text Example
Text Example
White with #A9815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9815E; }
p { color: rgb(169,129,94); }
H1.HeaderClassName
{
color: #A9815E;
}
.AnyTagClassName
{
color: #A9815E;
}
</style>
background-color css
<style>
a { background-color: #A9815E; }
a { background-color: rgb(169,129,94); }
div.DivClassName
{
background-color: #A9815E;
}
.BgClassName
{
background-color: #A9815E;
}
</style>
border-color css
<style>
span { border-color: #A9815E; }
span { border-color: rgb(169,129,94); }
td.TdClassName
{
border-color: #A9815E;
}
.TagClassName
{
border-color: #A9815E;
}
</style>