Shades of Golden Brown #AC680C
Tints of Golden Brown #AC680C
RGB
CMYK
RGB Variations
Color information
#AC680C (or 0xAC680C) is known color: Golden Brown. HEX triplet: AC, 68 and 0C. RGB value is (172,104,12). Sum of RGB (Red+Green+Blue) = 172+104+12=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC680C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC680C is #5397F3. Grayscale: #727272. Windows color (decimal): -5478388 or 813228. OLE color: 813228.
HSL color Cylindrical-coordinate representation of color #AC680C: hue angle of 34.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC680C is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 12 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.33 |
| HSL | 34.5º | 0.87% | 0.36% | - |
| HSV(B) | 34.5º | 0.93% | 0.67% | - |
| XYZ | 22.03 | 18.7 | 2.8 | - |
| YUV | 113.84 | 70.53 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 12 | 0 | 0.40 | 0.93 | 0.33 | 34.5 | 0.87 | 0.36 |
| Hex | AC | 68 | C | 0 | 28 | 5D | 21 | 22 | 57 | 24 |
| Octal | 254 | 150 | 14 | 0 | 50 | 135 | 41 | 42 | 127 | 44 |
| Binary | 10101100 | 1101000 | 1100 | 0 | 101000 | 1011101 | 100001 | 100010 | 1010111 | 100100 |
Color Harmonies of #AC680C
Complementary color
Monochromatic Colors of #AC680C
Black with #AC680C
Text Example
Text Example
White with #AC680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC680C; }
p { color: rgb(172,104,12); }
H1.HeaderClassName
{
color: #AC680C;
}
.AnyTagClassName
{
color: #AC680C;
}
</style>
background-color css
<style>
a { background-color: #AC680C; }
a { background-color: rgb(172,104,12); }
div.DivClassName
{
background-color: #AC680C;
}
.BgClassName
{
background-color: #AC680C;
}
</style>
border-color css
<style>
span { border-color: #AC680C; }
span { border-color: rgb(172,104,12); }
td.TdClassName
{
border-color: #AC680C;
}
.TagClassName
{
border-color: #AC680C;
}
</style>