Shades of Golden Brown #AC6C17
Tints of Golden Brown #AC6C17
RGB
CMYK
RGB Variations
Color information
#AC6C17 (or 0xAC6C17) is known color: Golden Brown. HEX triplet: AC, 6C and 17. RGB value is (172,108,23). Sum of RGB (Red+Green+Blue) = 172+108+23=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6C17 is #5393E8. Grayscale: #757575. Windows color (decimal): -5477353 or 1535148. OLE color: 1535148.
HSL color Cylindrical-coordinate representation of color #AC6C17: hue angle of 34.23º 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 #AC6C17 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 23 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.33 |
| HSL | 34.23º | 0.76% | 0.38% | - |
| HSV(B) | 34.23º | 0.87% | 0.67% | - |
| XYZ | 22.53 | 19.56 | 3.4 | - |
| YUV | 117.45 | 74.7 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 23 | 0 | 0.37 | 0.87 | 0.33 | 34.23 | 0.76 | 0.38 |
| Hex | AC | 6C | 17 | 0 | 25 | 57 | 21 | 22 | 4C | 26 |
| Octal | 254 | 154 | 27 | 0 | 45 | 127 | 41 | 42 | 114 | 46 |
| Binary | 10101100 | 1101100 | 10111 | 0 | 100101 | 1010111 | 100001 | 100010 | 1001100 | 100110 |
Color Harmonies of #AC6C17
Complementary color
Monochromatic Colors of #AC6C17
Black with #AC6C17
Text Example
Text Example
White with #AC6C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C17; }
p { color: rgb(172,108,23); }
H1.HeaderClassName
{
color: #AC6C17;
}
.AnyTagClassName
{
color: #AC6C17;
}
</style>
background-color css
<style>
a { background-color: #AC6C17; }
a { background-color: rgb(172,108,23); }
div.DivClassName
{
background-color: #AC6C17;
}
.BgClassName
{
background-color: #AC6C17;
}
</style>
border-color css
<style>
span { border-color: #AC6C17; }
span { border-color: rgb(172,108,23); }
td.TdClassName
{
border-color: #AC6C17;
}
.TagClassName
{
border-color: #AC6C17;
}
</style>