Shades of Golden Brown #AC6F0E
Tints of Golden Brown #AC6F0E
RGB
CMYK
RGB Variations
Color information
#AC6F0E (or 0xAC6F0E) is known color: Golden Brown. HEX triplet: AC, 6F and 0E. RGB value is (172,111,14). Sum of RGB (Red+Green+Blue) = 172+111+14=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6F0E is #5390F1. Grayscale: #767676. Windows color (decimal): -5476594 or 946092. OLE color: 946092.
HSL color Cylindrical-coordinate representation of color #AC6F0E: hue angle of 36.84º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC6F0E is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 111 | 14 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.33 |
| HSL | 36.84º | 0.85% | 0.36% | - |
| HSV(B) | 36.84º | 0.92% | 0.67% | - |
| XYZ | 22.78 | 20.17 | 3.11 | - |
| YUV | 118.18 | 69.21 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 111 | 14 | 0 | 0.35 | 0.92 | 0.33 | 36.84 | 0.85 | 0.36 |
| Hex | AC | 6F | E | 0 | 23 | 5C | 21 | 25 | 55 | 24 |
| Octal | 254 | 157 | 16 | 0 | 43 | 134 | 41 | 45 | 125 | 44 |
| Binary | 10101100 | 1101111 | 1110 | 0 | 100011 | 1011100 | 100001 | 100101 | 1010101 | 100100 |
Color Harmonies of #AC6F0E
Complementary color
Monochromatic Colors of #AC6F0E
Black with #AC6F0E
Text Example
Text Example
White with #AC6F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6F0E; }
p { color: rgb(172,111,14); }
H1.HeaderClassName
{
color: #AC6F0E;
}
.AnyTagClassName
{
color: #AC6F0E;
}
</style>
background-color css
<style>
a { background-color: #AC6F0E; }
a { background-color: rgb(172,111,14); }
div.DivClassName
{
background-color: #AC6F0E;
}
.BgClassName
{
background-color: #AC6F0E;
}
</style>
border-color css
<style>
span { border-color: #AC6F0E; }
span { border-color: rgb(172,111,14); }
td.TdClassName
{
border-color: #AC6F0E;
}
.TagClassName
{
border-color: #AC6F0E;
}
</style>