Shades of Dark Goldenrod #AC8505
Tints of Dark Goldenrod #AC8505
RGB
CMYK
RGB Variations
Color information
#AC8505 (or 0xAC8505) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 05. RGB value is (172,133,5). Sum of RGB (Red+Green+Blue) = 172+133+5=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8505 is #537AFA. Grayscale: #828282. Windows color (decimal): -5470971 or 361900. OLE color: 361900.
HSL color Cylindrical-coordinate representation of color #AC8505: hue angle of 45.99º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC8505 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 5 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.33 |
| HSL | 45.99º | 0.94% | 0.35% | - |
| HSV(B) | 45.99º | 0.97% | 0.67% | - |
| XYZ | 25.43 | 25.56 | 3.74 | - |
| YUV | 130.07 | 57.42 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 5 | 0 | 0.23 | 0.97 | 0.33 | 45.99 | 0.94 | 0.35 |
| Hex | AC | 85 | 5 | 0 | 17 | 61 | 21 | 2E | 5E | 23 |
| Octal | 254 | 205 | 5 | 0 | 27 | 141 | 41 | 56 | 136 | 43 |
| Binary | 10101100 | 10000101 | 101 | 0 | 10111 | 1100001 | 100001 | 101110 | 1011110 | 100011 |
Color Harmonies of #AC8505
Complementary color
Monochromatic Colors of #AC8505
Black with #AC8505
Text Example
Text Example
White with #AC8505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8505; }
p { color: rgb(172,133,5); }
H1.HeaderClassName
{
color: #AC8505;
}
.AnyTagClassName
{
color: #AC8505;
}
</style>
background-color css
<style>
a { background-color: #AC8505; }
a { background-color: rgb(172,133,5); }
div.DivClassName
{
background-color: #AC8505;
}
.BgClassName
{
background-color: #AC8505;
}
</style>
border-color css
<style>
span { border-color: #AC8505; }
span { border-color: rgb(172,133,5); }
td.TdClassName
{
border-color: #AC8505;
}
.TagClassName
{
border-color: #AC8505;
}
</style>