Shades of Medium Wood #AC7B5A
Tints of Medium Wood #AC7B5A
RGB
CMYK
RGB Variations
Color information
#AC7B5A (or 0xAC7B5A) is known color: Medium Wood. HEX triplet: AC, 7B and 5A. RGB value is (172,123,90). Sum of RGB (Red+Green+Blue) = 172+123+90=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B5A is #5384A5. Grayscale: #868686. Windows color (decimal): -5473446 or 5929900. OLE color: 5929900.
HSL color Cylindrical-coordinate representation of color #AC7B5A: hue angle of 24.15º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC7B5A is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 90 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.33 |
| HSL | 24.15º | 0.33% | 0.51% | - |
| HSV(B) | 24.15º | 0.48% | 0.67% | - |
| XYZ | 25.94 | 23.67 | 12.88 | - |
| YUV | 133.89 | 103.23 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 90 | 0 | 0.28 | 0.48 | 0.33 | 24.15 | 0.33 | 0.51 |
| Hex | AC | 7B | 5A | 0 | 1C | 30 | 21 | 18 | 21 | 33 |
| Octal | 254 | 173 | 132 | 0 | 34 | 60 | 41 | 30 | 41 | 63 |
| Binary | 10101100 | 1111011 | 1011010 | 0 | 11100 | 110000 | 100001 | 11000 | 100001 | 110011 |
Color Harmonies of #AC7B5A
Complementary color
Monochromatic Colors of #AC7B5A
Black with #AC7B5A
Text Example
Text Example
White with #AC7B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B5A; }
p { color: rgb(172,123,90); }
H1.HeaderClassName
{
color: #AC7B5A;
}
.AnyTagClassName
{
color: #AC7B5A;
}
</style>
background-color css
<style>
a { background-color: #AC7B5A; }
a { background-color: rgb(172,123,90); }
div.DivClassName
{
background-color: #AC7B5A;
}
.BgClassName
{
background-color: #AC7B5A;
}
</style>
border-color css
<style>
span { border-color: #AC7B5A; }
span { border-color: rgb(172,123,90); }
td.TdClassName
{
border-color: #AC7B5A;
}
.TagClassName
{
border-color: #AC7B5A;
}
</style>