Shades of Golden Brown #AC6511
Tints of Golden Brown #AC6511
RGB
CMYK
RGB Variations
Color information
#AC6511 (or 0xAC6511) is known color: Golden Brown. HEX triplet: AC, 65 and 11. RGB value is (172,101,17). Sum of RGB (Red+Green+Blue) = 172+101+17=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6511 is #539AEE. Grayscale: #717171. Windows color (decimal): -5479151 or 1140140. OLE color: 1140140.
HSL color Cylindrical-coordinate representation of color #AC6511: hue angle of 32.52º degrees, saturation: 0.82, 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 #AC6511 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 17 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.33 |
| HSL | 32.52º | 0.82% | 0.37% | - |
| HSV(B) | 32.52º | 0.9% | 0.67% | - |
| XYZ | 21.77 | 18.12 | 2.88 | - |
| YUV | 112.65 | 74.02 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 17 | 0 | 0.41 | 0.90 | 0.33 | 32.52 | 0.82 | 0.37 |
| Hex | AC | 65 | 11 | 0 | 29 | 5A | 21 | 21 | 52 | 25 |
| Octal | 254 | 145 | 21 | 0 | 51 | 132 | 41 | 41 | 122 | 45 |
| Binary | 10101100 | 1100101 | 10001 | 0 | 101001 | 1011010 | 100001 | 100001 | 1010010 | 100101 |
Color Harmonies of #AC6511
Complementary color
Monochromatic Colors of #AC6511
Black with #AC6511
Text Example
Text Example
White with #AC6511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6511; }
p { color: rgb(172,101,17); }
H1.HeaderClassName
{
color: #AC6511;
}
.AnyTagClassName
{
color: #AC6511;
}
</style>
background-color css
<style>
a { background-color: #AC6511; }
a { background-color: rgb(172,101,17); }
div.DivClassName
{
background-color: #AC6511;
}
.BgClassName
{
background-color: #AC6511;
}
</style>
border-color css
<style>
span { border-color: #AC6511; }
span { border-color: rgb(172,101,17); }
td.TdClassName
{
border-color: #AC6511;
}
.TagClassName
{
border-color: #AC6511;
}
</style>