Shades of Dark Goldenrod #AC800C
Tints of Dark Goldenrod #AC800C
RGB
CMYK
RGB Variations
Color information
#AC800C (or 0xAC800C) is known color: Dark Goldenrod. HEX triplet: AC, 80 and 0C. RGB value is (172,128,12). Sum of RGB (Red+Green+Blue) = 172+128+12=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC800C is #537FF3. Grayscale: #808080. Windows color (decimal): -5472244 or 819372. OLE color: 819372.
HSL color Cylindrical-coordinate representation of color #AC800C: hue angle of 43.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 #AC800C is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 12 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.33 |
| HSL | 43.5º | 0.87% | 0.36% | - |
| HSV(B) | 43.5º | 0.93% | 0.67% | - |
| XYZ | 24.8 | 24.24 | 3.72 | - |
| YUV | 127.93 | 62.58 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 12 | 0 | 0.26 | 0.93 | 0.33 | 43.5 | 0.87 | 0.36 |
| Hex | AC | 80 | C | 0 | 1A | 5D | 21 | 2C | 57 | 24 |
| Octal | 254 | 200 | 14 | 0 | 32 | 135 | 41 | 54 | 127 | 44 |
| Binary | 10101100 | 10000000 | 1100 | 0 | 11010 | 1011101 | 100001 | 101100 | 1010111 | 100100 |
Color Harmonies of #AC800C
Complementary color
Monochromatic Colors of #AC800C
Black with #AC800C
Text Example
Text Example
White with #AC800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC800C; }
p { color: rgb(172,128,12); }
H1.HeaderClassName
{
color: #AC800C;
}
.AnyTagClassName
{
color: #AC800C;
}
</style>
background-color css
<style>
a { background-color: #AC800C; }
a { background-color: rgb(172,128,12); }
div.DivClassName
{
background-color: #AC800C;
}
.BgClassName
{
background-color: #AC800C;
}
</style>
border-color css
<style>
span { border-color: #AC800C; }
span { border-color: rgb(172,128,12); }
td.TdClassName
{
border-color: #AC800C;
}
.TagClassName
{
border-color: #AC800C;
}
</style>