Shades of Dark Goldenrod #AC8215
Tints of Dark Goldenrod #AC8215
RGB
CMYK
RGB Variations
Color information
#AC8215 (or 0xAC8215) is known color: Dark Goldenrod. HEX triplet: AC, 82 and 15. RGB value is (172,130,21). Sum of RGB (Red+Green+Blue) = 172+130+21=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8215 is #537DEA. Grayscale: #828282. Windows color (decimal): -5471723 or 1409708. OLE color: 1409708.
HSL color Cylindrical-coordinate representation of color #AC8215: hue angle of 43.31º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC8215 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 21 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.33 |
| HSL | 43.31º | 0.78% | 0.38% | - |
| HSV(B) | 43.31º | 0.88% | 0.67% | - |
| XYZ | 25.13 | 24.79 | 4.17 | - |
| YUV | 130.13 | 66.41 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 21 | 0 | 0.24 | 0.88 | 0.33 | 43.31 | 0.78 | 0.38 |
| Hex | AC | 82 | 15 | 0 | 18 | 58 | 21 | 2B | 4E | 26 |
| Octal | 254 | 202 | 25 | 0 | 30 | 130 | 41 | 53 | 116 | 46 |
| Binary | 10101100 | 10000010 | 10101 | 0 | 11000 | 1011000 | 100001 | 101011 | 1001110 | 100110 |
Color Harmonies of #AC8215
Complementary color
Monochromatic Colors of #AC8215
Black with #AC8215
Text Example
Text Example
White with #AC8215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8215; }
p { color: rgb(172,130,21); }
H1.HeaderClassName
{
color: #AC8215;
}
.AnyTagClassName
{
color: #AC8215;
}
</style>
background-color css
<style>
a { background-color: #AC8215; }
a { background-color: rgb(172,130,21); }
div.DivClassName
{
background-color: #AC8215;
}
.BgClassName
{
background-color: #AC8215;
}
</style>
border-color css
<style>
span { border-color: #AC8215; }
span { border-color: rgb(172,130,21); }
td.TdClassName
{
border-color: #AC8215;
}
.TagClassName
{
border-color: #AC8215;
}
</style>