Shades of Golden Brown #AC6D0C
Tints of Golden Brown #AC6D0C
RGB
CMYK
RGB Variations
Color information
#AC6D0C (or 0xAC6D0C) is known color: Golden Brown. HEX triplet: AC, 6D and 0C. RGB value is (172,109,12). Sum of RGB (Red+Green+Blue) = 172+109+12=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6D0C is #5392F3. Grayscale: #757575. Windows color (decimal): -5477108 or 814508. OLE color: 814508.
HSL color Cylindrical-coordinate representation of color #AC6D0C: hue angle of 36.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC6D0C is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 12 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.33 |
| HSL | 36.38º | 0.87% | 0.36% | - |
| HSV(B) | 36.38º | 0.93% | 0.67% | - |
| XYZ | 22.55 | 19.73 | 2.97 | - |
| YUV | 116.78 | 68.87 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 12 | 0 | 0.37 | 0.93 | 0.33 | 36.38 | 0.87 | 0.36 |
| Hex | AC | 6D | C | 0 | 25 | 5D | 21 | 24 | 57 | 24 |
| Octal | 254 | 155 | 14 | 0 | 45 | 135 | 41 | 44 | 127 | 44 |
| Binary | 10101100 | 1101101 | 1100 | 0 | 100101 | 1011101 | 100001 | 100100 | 1010111 | 100100 |
Color Harmonies of #AC6D0C
Complementary color
Monochromatic Colors of #AC6D0C
Black with #AC6D0C
Text Example
Text Example
White with #AC6D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D0C; }
p { color: rgb(172,109,12); }
H1.HeaderClassName
{
color: #AC6D0C;
}
.AnyTagClassName
{
color: #AC6D0C;
}
</style>
background-color css
<style>
a { background-color: #AC6D0C; }
a { background-color: rgb(172,109,12); }
div.DivClassName
{
background-color: #AC6D0C;
}
.BgClassName
{
background-color: #AC6D0C;
}
</style>
border-color css
<style>
span { border-color: #AC6D0C; }
span { border-color: rgb(172,109,12); }
td.TdClassName
{
border-color: #AC6D0C;
}
.TagClassName
{
border-color: #AC6D0C;
}
</style>