Shades of Dark Goldenrod #AC800E
Tints of Dark Goldenrod #AC800E
RGB
CMYK
RGB Variations
Color information
#AC800E (or 0xAC800E) is known color: Dark Goldenrod. HEX triplet: AC, 80 and 0E. RGB value is (172,128,14). Sum of RGB (Red+Green+Blue) = 172+128+14=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC800E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC800E is #537FF1. Grayscale: #808080. Windows color (decimal): -5472242 or 950444. OLE color: 950444.
HSL color Cylindrical-coordinate representation of color #AC800E: hue angle of 43.29º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC800E is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 14 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.33 |
| HSL | 43.29º | 0.85% | 0.36% | - |
| HSV(B) | 43.29º | 0.92% | 0.67% | - |
| XYZ | 24.81 | 24.24 | 3.79 | - |
| YUV | 128.16 | 63.58 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 14 | 0 | 0.26 | 0.92 | 0.33 | 43.29 | 0.85 | 0.36 |
| Hex | AC | 80 | E | 0 | 1A | 5C | 21 | 2B | 55 | 24 |
| Octal | 254 | 200 | 16 | 0 | 32 | 134 | 41 | 53 | 125 | 44 |
| Binary | 10101100 | 10000000 | 1110 | 0 | 11010 | 1011100 | 100001 | 101011 | 1010101 | 100100 |
Color Harmonies of #AC800E
Complementary color
Monochromatic Colors of #AC800E
Black with #AC800E
Text Example
Text Example
White with #AC800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC800E; }
p { color: rgb(172,128,14); }
H1.HeaderClassName
{
color: #AC800E;
}
.AnyTagClassName
{
color: #AC800E;
}
</style>
background-color css
<style>
a { background-color: #AC800E; }
a { background-color: rgb(172,128,14); }
div.DivClassName
{
background-color: #AC800E;
}
.BgClassName
{
background-color: #AC800E;
}
</style>
border-color css
<style>
span { border-color: #AC800E; }
span { border-color: rgb(172,128,14); }
td.TdClassName
{
border-color: #AC800E;
}
.TagClassName
{
border-color: #AC800E;
}
</style>