Shades of Golden Brown #AC6713
Tints of Golden Brown #AC6713
RGB
CMYK
RGB Variations
Color information
#AC6713 (or 0xAC6713) is known color: Golden Brown. HEX triplet: AC, 67 and 13. RGB value is (172,103,19). Sum of RGB (Red+Green+Blue) = 172+103+19=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6713 is #5398EC. Grayscale: #727272. Windows color (decimal): -5478637 or 1271724. OLE color: 1271724.
HSL color Cylindrical-coordinate representation of color #AC6713: hue angle of 32.94º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC6713 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 19 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.33 |
| HSL | 32.94º | 0.8% | 0.37% | - |
| HSV(B) | 32.94º | 0.89% | 0.67% | - |
| XYZ | 21.98 | 18.52 | 3.03 | - |
| YUV | 114.06 | 74.36 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 19 | 0 | 0.40 | 0.89 | 0.33 | 32.94 | 0.8 | 0.37 |
| Hex | AC | 67 | 13 | 0 | 28 | 59 | 21 | 21 | 50 | 25 |
| Octal | 254 | 147 | 23 | 0 | 50 | 131 | 41 | 41 | 120 | 45 |
| Binary | 10101100 | 1100111 | 10011 | 0 | 101000 | 1011001 | 100001 | 100001 | 1010000 | 100101 |
Color Harmonies of #AC6713
Complementary color
Monochromatic Colors of #AC6713
Black with #AC6713
Text Example
Text Example
White with #AC6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6713; }
p { color: rgb(172,103,19); }
H1.HeaderClassName
{
color: #AC6713;
}
.AnyTagClassName
{
color: #AC6713;
}
</style>
background-color css
<style>
a { background-color: #AC6713; }
a { background-color: rgb(172,103,19); }
div.DivClassName
{
background-color: #AC6713;
}
.BgClassName
{
background-color: #AC6713;
}
</style>
border-color css
<style>
span { border-color: #AC6713; }
span { border-color: rgb(172,103,19); }
td.TdClassName
{
border-color: #AC6713;
}
.TagClassName
{
border-color: #AC6713;
}
</style>