Shades of Medium Wood #AC7955
Tints of Medium Wood #AC7955
RGB
CMYK
RGB Variations
Color information
#AC7955 (or 0xAC7955) is known color: Medium Wood. HEX triplet: AC, 79 and 55. RGB value is (172,121,85). Sum of RGB (Red+Green+Blue) = 172+121+85=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7955 is #5386AA. Grayscale: #848484. Windows color (decimal): -5473963 or 5601708. OLE color: 5601708.
HSL color Cylindrical-coordinate representation of color #AC7955: hue angle of 24.83º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC7955 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 85 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.33 |
| HSL | 24.83º | 0.34% | 0.5% | - |
| HSV(B) | 24.83º | 0.51% | 0.67% | - |
| XYZ | 25.49 | 23.1 | 11.71 | - |
| YUV | 132.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 85 | 0 | 0.30 | 0.51 | 0.33 | 24.83 | 0.34 | 0.5 |
| Hex | AC | 79 | 55 | 0 | 1E | 33 | 21 | 19 | 22 | 32 |
| Octal | 254 | 171 | 125 | 0 | 36 | 63 | 41 | 31 | 42 | 62 |
| Binary | 10101100 | 1111001 | 1010101 | 0 | 11110 | 110011 | 100001 | 11001 | 100010 | 110010 |
Color Harmonies of #AC7955
Complementary color
Monochromatic Colors of #AC7955
Black with #AC7955
Text Example
Text Example
White with #AC7955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7955; }
p { color: rgb(172,121,85); }
H1.HeaderClassName
{
color: #AC7955;
}
.AnyTagClassName
{
color: #AC7955;
}
</style>
background-color css
<style>
a { background-color: #AC7955; }
a { background-color: rgb(172,121,85); }
div.DivClassName
{
background-color: #AC7955;
}
.BgClassName
{
background-color: #AC7955;
}
</style>
border-color css
<style>
span { border-color: #AC7955; }
span { border-color: rgb(172,121,85); }
td.TdClassName
{
border-color: #AC7955;
}
.TagClassName
{
border-color: #AC7955;
}
</style>