Shades of Medium Wood #A2826B
Tints of Medium Wood #A2826B
RGB
CMYK
RGB Variations
Color information
#A2826B (or 0xA2826B) is known color: Medium Wood. HEX triplet: A2, 82 and 6B. RGB value is (162,130,107). Sum of RGB (Red+Green+Blue) = 162+130+107=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A2826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2826B is #5D7D94. Grayscale: #898989. Windows color (decimal): -6126997 or 7045794. OLE color: 7045794.
HSL color Cylindrical-coordinate representation of color #A2826B: hue angle of 25.09º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2826B is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 107 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.36 |
| HSL | 25.09º | 0.23% | 0.53% | - |
| HSV(B) | 25.09º | 0.34% | 0.64% | - |
| XYZ | 25.54 | 24.71 | 17.33 | - |
| YUV | 136.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 107 | 0 | 0.20 | 0.34 | 0.36 | 25.09 | 0.23 | 0.53 |
| Hex | A2 | 82 | 6B | 0 | 14 | 22 | 24 | 19 | 17 | 35 |
| Octal | 242 | 202 | 153 | 0 | 24 | 42 | 44 | 31 | 27 | 65 |
| Binary | 10100010 | 10000010 | 1101011 | 0 | 10100 | 100010 | 100100 | 11001 | 10111 | 110101 |
Color Harmonies of #A2826B
Complementary color
Monochromatic Colors of #A2826B
Black with #A2826B
Text Example
Text Example
White with #A2826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2826B; }
p { color: rgb(162,130,107); }
H1.HeaderClassName
{
color: #A2826B;
}
.AnyTagClassName
{
color: #A2826B;
}
</style>
background-color css
<style>
a { background-color: #A2826B; }
a { background-color: rgb(162,130,107); }
div.DivClassName
{
background-color: #A2826B;
}
.BgClassName
{
background-color: #A2826B;
}
</style>
border-color css
<style>
span { border-color: #A2826B; }
span { border-color: rgb(162,130,107); }
td.TdClassName
{
border-color: #A2826B;
}
.TagClassName
{
border-color: #A2826B;
}
</style>