Shades of Medium Wood #AC835C
Tints of Medium Wood #AC835C
RGB
CMYK
RGB Variations
Color information
#AC835C (or 0xAC835C) is known color: Medium Wood. HEX triplet: AC, 83 and 5C. RGB value is (172,131,92). Sum of RGB (Red+Green+Blue) = 172+131+92=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC835C is #537CA3. Grayscale: #8B8B8B. Windows color (decimal): -5471396 or 6063020. OLE color: 6063020.
HSL color Cylindrical-coordinate representation of color #AC835C: hue angle of 29.25º 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 #AC835C is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 92 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.33 |
| HSL | 29.25º | 0.33% | 0.52% | - |
| HSV(B) | 29.25º | 0.47% | 0.67% | - |
| XYZ | 27.06 | 25.78 | 13.67 | - |
| YUV | 138.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 92 | 0 | 0.24 | 0.47 | 0.33 | 29.25 | 0.33 | 0.52 |
| Hex | AC | 83 | 5C | 0 | 18 | 2F | 21 | 1D | 21 | 34 |
| Octal | 254 | 203 | 134 | 0 | 30 | 57 | 41 | 35 | 41 | 64 |
| Binary | 10101100 | 10000011 | 1011100 | 0 | 11000 | 101111 | 100001 | 11101 | 100001 | 110100 |
Color Harmonies of #AC835C
Complementary color
Monochromatic Colors of #AC835C
Black with #AC835C
Text Example
Text Example
White with #AC835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC835C; }
p { color: rgb(172,131,92); }
H1.HeaderClassName
{
color: #AC835C;
}
.AnyTagClassName
{
color: #AC835C;
}
</style>
background-color css
<style>
a { background-color: #AC835C; }
a { background-color: rgb(172,131,92); }
div.DivClassName
{
background-color: #AC835C;
}
.BgClassName
{
background-color: #AC835C;
}
</style>
border-color css
<style>
span { border-color: #AC835C; }
span { border-color: rgb(172,131,92); }
td.TdClassName
{
border-color: #AC835C;
}
.TagClassName
{
border-color: #AC835C;
}
</style>