Shades of Golden Brown #AC6A0D
Tints of Golden Brown #AC6A0D
RGB
CMYK
RGB Variations
Color information
#AC6A0D (or 0xAC6A0D) is known color: Golden Brown. HEX triplet: AC, 6A and 0D. RGB value is (172,106,13). Sum of RGB (Red+Green+Blue) = 172+106+13=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6A0D is #5395F2. Grayscale: #737373. Windows color (decimal): -5477875 or 879276. OLE color: 879276.
HSL color Cylindrical-coordinate representation of color #AC6A0D: hue angle of 35.09º 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 #AC6A0D is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 13 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.33 |
| HSL | 35.09º | 0.86% | 0.36% | - |
| HSV(B) | 35.09º | 0.92% | 0.67% | - |
| XYZ | 22.24 | 19.11 | 2.9 | - |
| YUV | 115.13 | 70.37 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 13 | 0 | 0.38 | 0.92 | 0.33 | 35.09 | 0.86 | 0.36 |
| Hex | AC | 6A | D | 0 | 26 | 5C | 21 | 23 | 56 | 24 |
| Octal | 254 | 152 | 15 | 0 | 46 | 134 | 41 | 43 | 126 | 44 |
| Binary | 10101100 | 1101010 | 1101 | 0 | 100110 | 1011100 | 100001 | 100011 | 1010110 | 100100 |
Color Harmonies of #AC6A0D
Complementary color
Monochromatic Colors of #AC6A0D
Black with #AC6A0D
Text Example
Text Example
White with #AC6A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6A0D; }
p { color: rgb(172,106,13); }
H1.HeaderClassName
{
color: #AC6A0D;
}
.AnyTagClassName
{
color: #AC6A0D;
}
</style>
background-color css
<style>
a { background-color: #AC6A0D; }
a { background-color: rgb(172,106,13); }
div.DivClassName
{
background-color: #AC6A0D;
}
.BgClassName
{
background-color: #AC6A0D;
}
</style>
border-color css
<style>
span { border-color: #AC6A0D; }
span { border-color: rgb(172,106,13); }
td.TdClassName
{
border-color: #AC6A0D;
}
.TagClassName
{
border-color: #AC6A0D;
}
</style>