Shades of Golden Brown #AC6717
Tints of Golden Brown #AC6717
RGB
CMYK
RGB Variations
Color information
#AC6717 (or 0xAC6717) is known color: Golden Brown. HEX triplet: AC, 67 and 17. RGB value is (172,103,23). Sum of RGB (Red+Green+Blue) = 172+103+23=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6717 is #5398E8. Grayscale: #727272. Windows color (decimal): -5478633 or 1533868. OLE color: 1533868.
HSL color Cylindrical-coordinate representation of color #AC6717: hue angle of 32.21º 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 #AC6717 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 23 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.33 |
| HSL | 32.21º | 0.76% | 0.38% | - |
| HSV(B) | 32.21º | 0.87% | 0.67% | - |
| XYZ | 22.02 | 18.53 | 3.23 | - |
| YUV | 114.51 | 76.36 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 23 | 0 | 0.40 | 0.87 | 0.33 | 32.21 | 0.76 | 0.38 |
| Hex | AC | 67 | 17 | 0 | 28 | 57 | 21 | 20 | 4C | 26 |
| Octal | 254 | 147 | 27 | 0 | 50 | 127 | 41 | 40 | 114 | 46 |
| Binary | 10101100 | 1100111 | 10111 | 0 | 101000 | 1010111 | 100001 | 100000 | 1001100 | 100110 |
Color Harmonies of #AC6717
Complementary color
Monochromatic Colors of #AC6717
Black with #AC6717
Text Example
Text Example
White with #AC6717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6717; }
p { color: rgb(172,103,23); }
H1.HeaderClassName
{
color: #AC6717;
}
.AnyTagClassName
{
color: #AC6717;
}
</style>
background-color css
<style>
a { background-color: #AC6717; }
a { background-color: rgb(172,103,23); }
div.DivClassName
{
background-color: #AC6717;
}
.BgClassName
{
background-color: #AC6717;
}
</style>
border-color css
<style>
span { border-color: #AC6717; }
span { border-color: rgb(172,103,23); }
td.TdClassName
{
border-color: #AC6717;
}
.TagClassName
{
border-color: #AC6717;
}
</style>