Shades of Golden Brown #AC6714
Tints of Golden Brown #AC6714
RGB
CMYK
RGB Variations
Color information
#AC6714 (or 0xAC6714) is known color: Golden Brown. HEX triplet: AC, 67 and 14. RGB value is (172,103,20). Sum of RGB (Red+Green+Blue) = 172+103+20=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6714 is #5398EB. Grayscale: #727272. Windows color (decimal): -5478636 or 1337260. OLE color: 1337260.
HSL color Cylindrical-coordinate representation of color #AC6714: hue angle of 32.76º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC6714 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 20 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.33 |
| HSL | 32.76º | 0.79% | 0.38% | - |
| HSV(B) | 32.76º | 0.88% | 0.67% | - |
| XYZ | 21.99 | 18.52 | 3.08 | - |
| YUV | 114.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 20 | 0 | 0.40 | 0.88 | 0.33 | 32.76 | 0.79 | 0.38 |
| Hex | AC | 67 | 14 | 0 | 28 | 58 | 21 | 21 | 4F | 26 |
| Octal | 254 | 147 | 24 | 0 | 50 | 130 | 41 | 41 | 117 | 46 |
| Binary | 10101100 | 1100111 | 10100 | 0 | 101000 | 1011000 | 100001 | 100001 | 1001111 | 100110 |
Color Harmonies of #AC6714
Complementary color
Monochromatic Colors of #AC6714
Black with #AC6714
Text Example
Text Example
White with #AC6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6714; }
p { color: rgb(172,103,20); }
H1.HeaderClassName
{
color: #AC6714;
}
.AnyTagClassName
{
color: #AC6714;
}
</style>
background-color css
<style>
a { background-color: #AC6714; }
a { background-color: rgb(172,103,20); }
div.DivClassName
{
background-color: #AC6714;
}
.BgClassName
{
background-color: #AC6714;
}
</style>
border-color css
<style>
span { border-color: #AC6714; }
span { border-color: rgb(172,103,20); }
td.TdClassName
{
border-color: #AC6714;
}
.TagClassName
{
border-color: #AC6714;
}
</style>