Shades of Medium Wood #AC7A5C
Tints of Medium Wood #AC7A5C
RGB
CMYK
RGB Variations
Color information
#AC7A5C (or 0xAC7A5C) is known color: Medium Wood. HEX triplet: AC, 7A and 5C. RGB value is (172,122,92). Sum of RGB (Red+Green+Blue) = 172+122+92=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A5C is #5385A3. Grayscale: #858585. Windows color (decimal): -5473700 or 6060716. OLE color: 6060716.
HSL color Cylindrical-coordinate representation of color #AC7A5C: hue angle of 22.5º 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 #AC7A5C is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 92 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.33 |
| HSL | 22.5º | 0.33% | 0.52% | - |
| HSV(B) | 22.5º | 0.47% | 0.67% | - |
| XYZ | 25.9 | 23.46 | 13.29 | - |
| YUV | 133.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 92 | 0 | 0.29 | 0.47 | 0.33 | 22.5 | 0.33 | 0.52 |
| Hex | AC | 7A | 5C | 0 | 1D | 2F | 21 | 16 | 21 | 34 |
| Octal | 254 | 172 | 134 | 0 | 35 | 57 | 41 | 26 | 41 | 64 |
| Binary | 10101100 | 1111010 | 1011100 | 0 | 11101 | 101111 | 100001 | 10110 | 100001 | 110100 |
Color Harmonies of #AC7A5C
Complementary color
Monochromatic Colors of #AC7A5C
Black with #AC7A5C
Text Example
Text Example
White with #AC7A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A5C; }
p { color: rgb(172,122,92); }
H1.HeaderClassName
{
color: #AC7A5C;
}
.AnyTagClassName
{
color: #AC7A5C;
}
</style>
background-color css
<style>
a { background-color: #AC7A5C; }
a { background-color: rgb(172,122,92); }
div.DivClassName
{
background-color: #AC7A5C;
}
.BgClassName
{
background-color: #AC7A5C;
}
</style>
border-color css
<style>
span { border-color: #AC7A5C; }
span { border-color: rgb(172,122,92); }
td.TdClassName
{
border-color: #AC7A5C;
}
.TagClassName
{
border-color: #AC7A5C;
}
</style>