Shades of Dark Goldenrod #AC850A
Tints of Dark Goldenrod #AC850A
RGB
CMYK
RGB Variations
Color information
#AC850A (or 0xAC850A) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 0A. RGB value is (172,133,10). Sum of RGB (Red+Green+Blue) = 172+133+10=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC850A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC850A is #537AF5. Grayscale: #838383. Windows color (decimal): -5470966 or 689580. OLE color: 689580.
HSL color Cylindrical-coordinate representation of color #AC850A: hue angle of 45.56º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC850A is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 10 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.33 |
| HSL | 45.56º | 0.89% | 0.36% | - |
| HSV(B) | 45.56º | 0.94% | 0.67% | - |
| XYZ | 25.46 | 25.57 | 3.88 | - |
| YUV | 130.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 10 | 0 | 0.23 | 0.94 | 0.33 | 45.56 | 0.89 | 0.36 |
| Hex | AC | 85 | A | 0 | 17 | 5E | 21 | 2E | 59 | 24 |
| Octal | 254 | 205 | 12 | 0 | 27 | 136 | 41 | 56 | 131 | 44 |
| Binary | 10101100 | 10000101 | 1010 | 0 | 10111 | 1011110 | 100001 | 101110 | 1011001 | 100100 |
Color Harmonies of #AC850A
Complementary color
Monochromatic Colors of #AC850A
Black with #AC850A
Text Example
Text Example
White with #AC850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC850A; }
p { color: rgb(172,133,10); }
H1.HeaderClassName
{
color: #AC850A;
}
.AnyTagClassName
{
color: #AC850A;
}
</style>
background-color css
<style>
a { background-color: #AC850A; }
a { background-color: rgb(172,133,10); }
div.DivClassName
{
background-color: #AC850A;
}
.BgClassName
{
background-color: #AC850A;
}
</style>
border-color css
<style>
span { border-color: #AC850A; }
span { border-color: rgb(172,133,10); }
td.TdClassName
{
border-color: #AC850A;
}
.TagClassName
{
border-color: #AC850A;
}
</style>