Shades of Dark Goldenrod #AC8401
Tints of Dark Goldenrod #AC8401
RGB
CMYK
RGB Variations
Color information
#AC8401 (or 0xAC8401) is known color: Dark Goldenrod. HEX triplet: AC, 84 and 01. RGB value is (172,132,1). Sum of RGB (Red+Green+Blue) = 172+132+1=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8401 is #537BFE. Grayscale: #818181. Windows color (decimal): -5471231 or 99500. OLE color: 99500.
HSL color Cylindrical-coordinate representation of color #AC8401: hue angle of 45.96º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC8401 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.33 |
| HSL | 45.96º | 0.99% | 0.34% | - |
| HSV(B) | 45.96º | 0.99% | 0.67% | - |
| XYZ | 25.27 | 25.28 | 3.58 | - |
| YUV | 129.03 | 55.75 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 1 | 0 | 0.23 | 0.99 | 0.33 | 45.96 | 0.99 | 0.34 |
| Hex | AC | 84 | 1 | 0 | 17 | 63 | 21 | 2E | 63 | 22 |
| Octal | 254 | 204 | 1 | 0 | 27 | 143 | 41 | 56 | 143 | 42 |
| Binary | 10101100 | 10000100 | 1 | 0 | 10111 | 1100011 | 100001 | 101110 | 1100011 | 100010 |
Color Harmonies of #AC8401
Complementary color
Monochromatic Colors of #AC8401
Black with #AC8401
Text Example
Text Example
White with #AC8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8401; }
p { color: rgb(172,132,1); }
H1.HeaderClassName
{
color: #AC8401;
}
.AnyTagClassName
{
color: #AC8401;
}
</style>
background-color css
<style>
a { background-color: #AC8401; }
a { background-color: rgb(172,132,1); }
div.DivClassName
{
background-color: #AC8401;
}
.BgClassName
{
background-color: #AC8401;
}
</style>
border-color css
<style>
span { border-color: #AC8401; }
span { border-color: rgb(172,132,1); }
td.TdClassName
{
border-color: #AC8401;
}
.TagClassName
{
border-color: #AC8401;
}
</style>