Shades of Golden Brown #AC6716
Tints of Golden Brown #AC6716
RGB
CMYK
RGB Variations
Color information
#AC6716 (or 0xAC6716) is known color: Golden Brown. HEX triplet: AC, 67 and 16. RGB value is (172,103,22). Sum of RGB (Red+Green+Blue) = 172+103+22=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6716 is #5398E9. Grayscale: #727272. Windows color (decimal): -5478634 or 1468332. OLE color: 1468332.
HSL color Cylindrical-coordinate representation of color #AC6716: hue angle of 32.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC6716 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 22 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.33 |
| HSL | 32.4º | 0.77% | 0.38% | - |
| HSV(B) | 32.4º | 0.87% | 0.67% | - |
| XYZ | 22.01 | 18.53 | 3.18 | - |
| YUV | 114.4 | 75.86 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 22 | 0 | 0.40 | 0.87 | 0.33 | 32.4 | 0.77 | 0.38 |
| Hex | AC | 67 | 16 | 0 | 28 | 57 | 21 | 20 | 4D | 26 |
| Octal | 254 | 147 | 26 | 0 | 50 | 127 | 41 | 40 | 115 | 46 |
| Binary | 10101100 | 1100111 | 10110 | 0 | 101000 | 1010111 | 100001 | 100000 | 1001101 | 100110 |
Color Harmonies of #AC6716
Complementary color
Monochromatic Colors of #AC6716
Black with #AC6716
Text Example
Text Example
White with #AC6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6716; }
p { color: rgb(172,103,22); }
H1.HeaderClassName
{
color: #AC6716;
}
.AnyTagClassName
{
color: #AC6716;
}
</style>
background-color css
<style>
a { background-color: #AC6716; }
a { background-color: rgb(172,103,22); }
div.DivClassName
{
background-color: #AC6716;
}
.BgClassName
{
background-color: #AC6716;
}
</style>
border-color css
<style>
span { border-color: #AC6716; }
span { border-color: rgb(172,103,22); }
td.TdClassName
{
border-color: #AC6716;
}
.TagClassName
{
border-color: #AC6716;
}
</style>