Shades of Golden Brown #AC6F0D
Tints of Golden Brown #AC6F0D
RGB
CMYK
RGB Variations
Color information
#AC6F0D (or 0xAC6F0D) is known color: Golden Brown. HEX triplet: AC, 6F and 0D. RGB value is (172,111,13). Sum of RGB (Red+Green+Blue) = 172+111+13=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6F0D is #5390F2. Grayscale: #767676. Windows color (decimal): -5476595 or 880556. OLE color: 880556.
HSL color Cylindrical-coordinate representation of color #AC6F0D: hue angle of 36.98º degrees, saturation: 0.86, 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 #AC6F0D is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 111 | 13 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.33 |
| HSL | 36.98º | 0.86% | 0.36% | - |
| HSV(B) | 36.98º | 0.92% | 0.67% | - |
| XYZ | 22.77 | 20.17 | 3.07 | - |
| YUV | 118.07 | 68.71 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 111 | 13 | 0 | 0.35 | 0.92 | 0.33 | 36.98 | 0.86 | 0.36 |
| Hex | AC | 6F | D | 0 | 23 | 5C | 21 | 25 | 56 | 24 |
| Octal | 254 | 157 | 15 | 0 | 43 | 134 | 41 | 45 | 126 | 44 |
| Binary | 10101100 | 1101111 | 1101 | 0 | 100011 | 1011100 | 100001 | 100101 | 1010110 | 100100 |
Color Harmonies of #AC6F0D
Complementary color
Monochromatic Colors of #AC6F0D
Black with #AC6F0D
Text Example
Text Example
White with #AC6F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6F0D; }
p { color: rgb(172,111,13); }
H1.HeaderClassName
{
color: #AC6F0D;
}
.AnyTagClassName
{
color: #AC6F0D;
}
</style>
background-color css
<style>
a { background-color: #AC6F0D; }
a { background-color: rgb(172,111,13); }
div.DivClassName
{
background-color: #AC6F0D;
}
.BgClassName
{
background-color: #AC6F0D;
}
</style>
border-color css
<style>
span { border-color: #AC6F0D; }
span { border-color: rgb(172,111,13); }
td.TdClassName
{
border-color: #AC6F0D;
}
.TagClassName
{
border-color: #AC6F0D;
}
</style>