Shades of Golden Brown #AC6D17
Tints of Golden Brown #AC6D17
RGB
CMYK
RGB Variations
Color information
#AC6D17 (or 0xAC6D17) is known color: Golden Brown. HEX triplet: AC, 6D and 17. RGB value is (172,109,23). Sum of RGB (Red+Green+Blue) = 172+109+23=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6D17 is #5392E8. Grayscale: #767676. Windows color (decimal): -5477097 or 1535404. OLE color: 1535404.
HSL color Cylindrical-coordinate representation of color #AC6D17: hue angle of 34.63º degrees, saturation: 0.76, 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 #AC6D17 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 23 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.33 |
| HSL | 34.63º | 0.76% | 0.38% | - |
| HSV(B) | 34.63º | 0.87% | 0.67% | - |
| XYZ | 22.64 | 19.77 | 3.43 | - |
| YUV | 118.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 23 | 0 | 0.37 | 0.87 | 0.33 | 34.63 | 0.76 | 0.38 |
| Hex | AC | 6D | 17 | 0 | 25 | 57 | 21 | 23 | 4C | 26 |
| Octal | 254 | 155 | 27 | 0 | 45 | 127 | 41 | 43 | 114 | 46 |
| Binary | 10101100 | 1101101 | 10111 | 0 | 100101 | 1010111 | 100001 | 100011 | 1001100 | 100110 |
Color Harmonies of #AC6D17
Complementary color
Monochromatic Colors of #AC6D17
Black with #AC6D17
Text Example
Text Example
White with #AC6D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D17; }
p { color: rgb(172,109,23); }
H1.HeaderClassName
{
color: #AC6D17;
}
.AnyTagClassName
{
color: #AC6D17;
}
</style>
background-color css
<style>
a { background-color: #AC6D17; }
a { background-color: rgb(172,109,23); }
div.DivClassName
{
background-color: #AC6D17;
}
.BgClassName
{
background-color: #AC6D17;
}
</style>
border-color css
<style>
span { border-color: #AC6D17; }
span { border-color: rgb(172,109,23); }
td.TdClassName
{
border-color: #AC6D17;
}
.TagClassName
{
border-color: #AC6D17;
}
</style>