Shades of Golden Brown #AC6417
Tints of Golden Brown #AC6417
RGB
CMYK
RGB Variations
Color information
#AC6417 (or 0xAC6417) is known color: Golden Brown. HEX triplet: AC, 64 and 17. RGB value is (172,100,23). Sum of RGB (Red+Green+Blue) = 172+100+23=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6417 is #539BE8. Grayscale: #717171. Windows color (decimal): -5479401 or 1533100. OLE color: 1533100.
HSL color Cylindrical-coordinate representation of color #AC6417: hue angle of 31.01º 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 #AC6417 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 23 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.33 |
| HSL | 31.01º | 0.76% | 0.38% | - |
| HSV(B) | 31.01º | 0.87% | 0.67% | - |
| XYZ | 21.73 | 17.95 | 3.13 | - |
| YUV | 112.75 | 77.35 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 23 | 0 | 0.42 | 0.87 | 0.33 | 31.01 | 0.76 | 0.38 |
| Hex | AC | 64 | 17 | 0 | 2A | 57 | 21 | 1F | 4C | 26 |
| Octal | 254 | 144 | 27 | 0 | 52 | 127 | 41 | 37 | 114 | 46 |
| Binary | 10101100 | 1100100 | 10111 | 0 | 101010 | 1010111 | 100001 | 11111 | 1001100 | 100110 |
Color Harmonies of #AC6417
Complementary color
Monochromatic Colors of #AC6417
Black with #AC6417
Text Example
Text Example
White with #AC6417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6417; }
p { color: rgb(172,100,23); }
H1.HeaderClassName
{
color: #AC6417;
}
.AnyTagClassName
{
color: #AC6417;
}
</style>
background-color css
<style>
a { background-color: #AC6417; }
a { background-color: rgb(172,100,23); }
div.DivClassName
{
background-color: #AC6417;
}
.BgClassName
{
background-color: #AC6417;
}
</style>
border-color css
<style>
span { border-color: #AC6417; }
span { border-color: rgb(172,100,23); }
td.TdClassName
{
border-color: #AC6417;
}
.TagClassName
{
border-color: #AC6417;
}
</style>