Shades of Medium Wood #AC826A
Tints of Medium Wood #AC826A
RGB
CMYK
RGB Variations
Color information
#AC826A (or 0xAC826A) is known color: Medium Wood. HEX triplet: AC, 82 and 6A. RGB value is (172,130,106). Sum of RGB (Red+Green+Blue) = 172+130+106=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC826A is #537D95. Grayscale: #8B8B8B. Windows color (decimal): -5471638 or 6980268. OLE color: 6980268.
HSL color Cylindrical-coordinate representation of color #AC826A: hue angle of 21.82º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC826A is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 106 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.33 |
| HSL | 21.82º | 0.28% | 0.55% | - |
| HSV(B) | 21.82º | 0.38% | 0.67% | - |
| XYZ | 27.6 | 25.78 | 17.16 | - |
| YUV | 139.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 106 | 0 | 0.24 | 0.38 | 0.33 | 21.82 | 0.28 | 0.55 |
| Hex | AC | 82 | 6A | 0 | 18 | 26 | 21 | 16 | 1C | 37 |
| Octal | 254 | 202 | 152 | 0 | 30 | 46 | 41 | 26 | 34 | 67 |
| Binary | 10101100 | 10000010 | 1101010 | 0 | 11000 | 100110 | 100001 | 10110 | 11100 | 110111 |
Color Harmonies of #AC826A
Complementary color
Monochromatic Colors of #AC826A
Black with #AC826A
Text Example
Text Example
White with #AC826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC826A; }
p { color: rgb(172,130,106); }
H1.HeaderClassName
{
color: #AC826A;
}
.AnyTagClassName
{
color: #AC826A;
}
</style>
background-color css
<style>
a { background-color: #AC826A; }
a { background-color: rgb(172,130,106); }
div.DivClassName
{
background-color: #AC826A;
}
.BgClassName
{
background-color: #AC826A;
}
</style>
border-color css
<style>
span { border-color: #AC826A; }
span { border-color: rgb(172,130,106); }
td.TdClassName
{
border-color: #AC826A;
}
.TagClassName
{
border-color: #AC826A;
}
</style>