Shades of Golden Brown #AC6710
Tints of Golden Brown #AC6710
RGB
CMYK
RGB Variations
Color information
#AC6710 (or 0xAC6710) is known color: Golden Brown. HEX triplet: AC, 67 and 10. RGB value is (172,103,16). Sum of RGB (Red+Green+Blue) = 172+103+16=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6710 is #5398EF. Grayscale: #727272. Windows color (decimal): -5478640 or 1075116. OLE color: 1075116.
HSL color Cylindrical-coordinate representation of color #AC6710: hue angle of 33.46º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC6710 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 16 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.33 |
| HSL | 33.46º | 0.83% | 0.37% | - |
| HSV(B) | 33.46º | 0.91% | 0.67% | - |
| XYZ | 21.96 | 18.51 | 2.91 | - |
| YUV | 113.71 | 72.86 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 16 | 0 | 0.40 | 0.91 | 0.33 | 33.46 | 0.83 | 0.37 |
| Hex | AC | 67 | 10 | 0 | 28 | 5B | 21 | 21 | 53 | 25 |
| Octal | 254 | 147 | 20 | 0 | 50 | 133 | 41 | 41 | 123 | 45 |
| Binary | 10101100 | 1100111 | 10000 | 0 | 101000 | 1011011 | 100001 | 100001 | 1010011 | 100101 |
Color Harmonies of #AC6710
Complementary color
Monochromatic Colors of #AC6710
Black with #AC6710
Text Example
Text Example
White with #AC6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6710; }
p { color: rgb(172,103,16); }
H1.HeaderClassName
{
color: #AC6710;
}
.AnyTagClassName
{
color: #AC6710;
}
</style>
background-color css
<style>
a { background-color: #AC6710; }
a { background-color: rgb(172,103,16); }
div.DivClassName
{
background-color: #AC6710;
}
.BgClassName
{
background-color: #AC6710;
}
</style>
border-color css
<style>
span { border-color: #AC6710; }
span { border-color: rgb(172,103,16); }
td.TdClassName
{
border-color: #AC6710;
}
.TagClassName
{
border-color: #AC6710;
}
</style>