Shades of Medium Wood #A2816D
Tints of Medium Wood #A2816D
RGB
CMYK
RGB Variations
Color information
#A2816D (or 0xA2816D) is known color: Medium Wood. HEX triplet: A2, 81 and 6D. RGB value is (162,129,109). Sum of RGB (Red+Green+Blue) = 162+129+109=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A2816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2816D is #5D7E92. Grayscale: #888888. Windows color (decimal): -6127251 or 7176610. OLE color: 7176610.
HSL color Cylindrical-coordinate representation of color #A2816D: hue angle of 22.64º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2816D is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 129 | 109 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.36 |
| HSL | 22.64º | 0.22% | 0.53% | - |
| HSV(B) | 22.64º | 0.33% | 0.64% | - |
| XYZ | 25.51 | 24.49 | 17.85 | - |
| YUV | 136.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 109 | 0 | 0.20 | 0.33 | 0.36 | 22.64 | 0.22 | 0.53 |
| Hex | A2 | 81 | 6D | 0 | 14 | 21 | 24 | 17 | 16 | 35 |
| Octal | 242 | 201 | 155 | 0 | 24 | 41 | 44 | 27 | 26 | 65 |
| Binary | 10100010 | 10000001 | 1101101 | 0 | 10100 | 100001 | 100100 | 10111 | 10110 | 110101 |
Color Harmonies of #A2816D
Complementary color
Monochromatic Colors of #A2816D
Black with #A2816D
Text Example
Text Example
White with #A2816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2816D; }
p { color: rgb(162,129,109); }
H1.HeaderClassName
{
color: #A2816D;
}
.AnyTagClassName
{
color: #A2816D;
}
</style>
background-color css
<style>
a { background-color: #A2816D; }
a { background-color: rgb(162,129,109); }
div.DivClassName
{
background-color: #A2816D;
}
.BgClassName
{
background-color: #A2816D;
}
</style>
border-color css
<style>
span { border-color: #A2816D; }
span { border-color: rgb(162,129,109); }
td.TdClassName
{
border-color: #A2816D;
}
.TagClassName
{
border-color: #A2816D;
}
</style>