Shades of Golden Brown #AC6812
Tints of Golden Brown #AC6812
RGB
CMYK
RGB Variations
Color information
#AC6812 (or 0xAC6812) is known color: Golden Brown. HEX triplet: AC, 68 and 12. RGB value is (172,104,18). Sum of RGB (Red+Green+Blue) = 172+104+18=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6812 is #5397ED. Grayscale: #727272. Windows color (decimal): -5478382 or 1206444. OLE color: 1206444.
HSL color Cylindrical-coordinate representation of color #AC6812: hue angle of 33.51º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC6812 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 18 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.33 |
| HSL | 33.51º | 0.81% | 0.37% | - |
| HSV(B) | 33.51º | 0.9% | 0.67% | - |
| XYZ | 22.07 | 18.71 | 3.02 | - |
| YUV | 114.53 | 73.53 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 18 | 0 | 0.40 | 0.90 | 0.33 | 33.51 | 0.81 | 0.37 |
| Hex | AC | 68 | 12 | 0 | 28 | 5A | 21 | 22 | 51 | 25 |
| Octal | 254 | 150 | 22 | 0 | 50 | 132 | 41 | 42 | 121 | 45 |
| Binary | 10101100 | 1101000 | 10010 | 0 | 101000 | 1011010 | 100001 | 100010 | 1010001 | 100101 |
Color Harmonies of #AC6812
Complementary color
Monochromatic Colors of #AC6812
Black with #AC6812
Text Example
Text Example
White with #AC6812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6812; }
p { color: rgb(172,104,18); }
H1.HeaderClassName
{
color: #AC6812;
}
.AnyTagClassName
{
color: #AC6812;
}
</style>
background-color css
<style>
a { background-color: #AC6812; }
a { background-color: rgb(172,104,18); }
div.DivClassName
{
background-color: #AC6812;
}
.BgClassName
{
background-color: #AC6812;
}
</style>
border-color css
<style>
span { border-color: #AC6812; }
span { border-color: rgb(172,104,18); }
td.TdClassName
{
border-color: #AC6812;
}
.TagClassName
{
border-color: #AC6812;
}
</style>