Shades of Golden Brown #AC6D0D
Tints of Golden Brown #AC6D0D
RGB
CMYK
RGB Variations
Color information
#AC6D0D (or 0xAC6D0D) is known color: Golden Brown. HEX triplet: AC, 6D and 0D. RGB value is (172,109,13). Sum of RGB (Red+Green+Blue) = 172+109+13=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6D0D is #5392F2. Grayscale: #757575. Windows color (decimal): -5477107 or 880044. OLE color: 880044.
HSL color Cylindrical-coordinate representation of color #AC6D0D: hue angle of 36.23º 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 #AC6D0D is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 13 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.33 |
| HSL | 36.23º | 0.86% | 0.36% | - |
| HSV(B) | 36.23º | 0.92% | 0.67% | - |
| XYZ | 22.55 | 19.74 | 3 | - |
| YUV | 116.89 | 69.37 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 13 | 0 | 0.37 | 0.92 | 0.33 | 36.23 | 0.86 | 0.36 |
| Hex | AC | 6D | D | 0 | 25 | 5C | 21 | 24 | 56 | 24 |
| Octal | 254 | 155 | 15 | 0 | 45 | 134 | 41 | 44 | 126 | 44 |
| Binary | 10101100 | 1101101 | 1101 | 0 | 100101 | 1011100 | 100001 | 100100 | 1010110 | 100100 |
Color Harmonies of #AC6D0D
Complementary color
Monochromatic Colors of #AC6D0D
Black with #AC6D0D
Text Example
Text Example
White with #AC6D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D0D; }
p { color: rgb(172,109,13); }
H1.HeaderClassName
{
color: #AC6D0D;
}
.AnyTagClassName
{
color: #AC6D0D;
}
</style>
background-color css
<style>
a { background-color: #AC6D0D; }
a { background-color: rgb(172,109,13); }
div.DivClassName
{
background-color: #AC6D0D;
}
.BgClassName
{
background-color: #AC6D0D;
}
</style>
border-color css
<style>
span { border-color: #AC6D0D; }
span { border-color: rgb(172,109,13); }
td.TdClassName
{
border-color: #AC6D0D;
}
.TagClassName
{
border-color: #AC6D0D;
}
</style>