Shades of Dark Goldenrod #AC840C
Tints of Dark Goldenrod #AC840C
RGB
CMYK
RGB Variations
Color information
#AC840C (or 0xAC840C) is known color: Dark Goldenrod. HEX triplet: AC, 84 and 0C. RGB value is (172,132,12). Sum of RGB (Red+Green+Blue) = 172+132+12=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC840C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC840C is #537BF3. Grayscale: #828282. Windows color (decimal): -5471220 or 820396. OLE color: 820396.
HSL color Cylindrical-coordinate representation of color #AC840C: hue angle of 45º 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 #AC840C is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 12 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.33 |
| HSL | 45º | 0.87% | 0.36% | - |
| HSV(B) | 45º | 0.93% | 0.67% | - |
| XYZ | 25.33 | 25.3 | 3.9 | - |
| YUV | 130.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 12 | 0 | 0.23 | 0.93 | 0.33 | 45 | 0.87 | 0.36 |
| Hex | AC | 84 | C | 0 | 17 | 5D | 21 | 2D | 57 | 24 |
| Octal | 254 | 204 | 14 | 0 | 27 | 135 | 41 | 55 | 127 | 44 |
| Binary | 10101100 | 10000100 | 1100 | 0 | 10111 | 1011101 | 100001 | 101101 | 1010111 | 100100 |
Color Harmonies of #AC840C
Complementary color
Monochromatic Colors of #AC840C
Black with #AC840C
Text Example
Text Example
White with #AC840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC840C; }
p { color: rgb(172,132,12); }
H1.HeaderClassName
{
color: #AC840C;
}
.AnyTagClassName
{
color: #AC840C;
}
</style>
background-color css
<style>
a { background-color: #AC840C; }
a { background-color: rgb(172,132,12); }
div.DivClassName
{
background-color: #AC840C;
}
.BgClassName
{
background-color: #AC840C;
}
</style>
border-color css
<style>
span { border-color: #AC840C; }
span { border-color: rgb(172,132,12); }
td.TdClassName
{
border-color: #AC840C;
}
.TagClassName
{
border-color: #AC840C;
}
</style>