Shades of Medium Wood #AC775C
Tints of Medium Wood #AC775C
RGB
CMYK
RGB Variations
Color information
#AC775C (or 0xAC775C) is known color: Medium Wood. HEX triplet: AC, 77 and 5C. RGB value is (172,119,92). Sum of RGB (Red+Green+Blue) = 172+119+92=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC775C is #5388A3. Grayscale: #838383. Windows color (decimal): -5474468 or 6059948. OLE color: 6059948.
HSL color Cylindrical-coordinate representation of color #AC775C: hue angle of 20.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 #AC775C is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 92 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.33 |
| HSL | 20.25º | 0.33% | 0.52% | - |
| HSV(B) | 20.25º | 0.47% | 0.67% | - |
| XYZ | 25.54 | 22.74 | 13.17 | - |
| YUV | 131.77 | 105.56 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 92 | 0 | 0.31 | 0.47 | 0.33 | 20.25 | 0.33 | 0.52 |
| Hex | AC | 77 | 5C | 0 | 1F | 2F | 21 | 14 | 21 | 34 |
| Octal | 254 | 167 | 134 | 0 | 37 | 57 | 41 | 24 | 41 | 64 |
| Binary | 10101100 | 1110111 | 1011100 | 0 | 11111 | 101111 | 100001 | 10100 | 100001 | 110100 |
Color Harmonies of #AC775C
Complementary color
Monochromatic Colors of #AC775C
Black with #AC775C
Text Example
Text Example
White with #AC775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC775C; }
p { color: rgb(172,119,92); }
H1.HeaderClassName
{
color: #AC775C;
}
.AnyTagClassName
{
color: #AC775C;
}
</style>
background-color css
<style>
a { background-color: #AC775C; }
a { background-color: rgb(172,119,92); }
div.DivClassName
{
background-color: #AC775C;
}
.BgClassName
{
background-color: #AC775C;
}
</style>
border-color css
<style>
span { border-color: #AC775C; }
span { border-color: rgb(172,119,92); }
td.TdClassName
{
border-color: #AC775C;
}
.TagClassName
{
border-color: #AC775C;
}
</style>