Shades of Medium Wood #AC835B
Tints of Medium Wood #AC835B
RGB
CMYK
RGB Variations
Color information
#AC835B (or 0xAC835B) is known color: Medium Wood. HEX triplet: AC, 83 and 5B. RGB value is (172,131,91). Sum of RGB (Red+Green+Blue) = 172+131+91=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC835B is #537CA4. Grayscale: #8A8A8A. Windows color (decimal): -5471397 or 5997484. OLE color: 5997484.
HSL color Cylindrical-coordinate representation of color #AC835B: hue angle of 29.63º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC835B is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 91 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.33 |
| HSL | 29.63º | 0.33% | 0.52% | - |
| HSV(B) | 29.63º | 0.47% | 0.67% | - |
| XYZ | 27.02 | 25.76 | 13.45 | - |
| YUV | 138.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 91 | 0 | 0.24 | 0.47 | 0.33 | 29.63 | 0.33 | 0.52 |
| Hex | AC | 83 | 5B | 0 | 18 | 2F | 21 | 1E | 21 | 34 |
| Octal | 254 | 203 | 133 | 0 | 30 | 57 | 41 | 36 | 41 | 64 |
| Binary | 10101100 | 10000011 | 1011011 | 0 | 11000 | 101111 | 100001 | 11110 | 100001 | 110100 |
Color Harmonies of #AC835B
Complementary color
Monochromatic Colors of #AC835B
Black with #AC835B
Text Example
Text Example
White with #AC835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC835B; }
p { color: rgb(172,131,91); }
H1.HeaderClassName
{
color: #AC835B;
}
.AnyTagClassName
{
color: #AC835B;
}
</style>
background-color css
<style>
a { background-color: #AC835B; }
a { background-color: rgb(172,131,91); }
div.DivClassName
{
background-color: #AC835B;
}
.BgClassName
{
background-color: #AC835B;
}
</style>
border-color css
<style>
span { border-color: #AC835B; }
span { border-color: rgb(172,131,91); }
td.TdClassName
{
border-color: #AC835B;
}
.TagClassName
{
border-color: #AC835B;
}
</style>