Shades of Dark Goldenrod #AC8213
Tints of Dark Goldenrod #AC8213
RGB
CMYK
RGB Variations
Color information
#AC8213 (or 0xAC8213) is known color: Dark Goldenrod. HEX triplet: AC, 82 and 13. RGB value is (172,130,19). Sum of RGB (Red+Green+Blue) = 172+130+19=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8213 is #537DEC. Grayscale: #828282. Windows color (decimal): -5471725 or 1278636. OLE color: 1278636.
HSL color Cylindrical-coordinate representation of color #AC8213: hue angle of 43.53º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC8213 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 19 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.33 |
| HSL | 43.53º | 0.8% | 0.37% | - |
| HSV(B) | 43.53º | 0.89% | 0.67% | - |
| XYZ | 25.11 | 24.78 | 4.08 | - |
| YUV | 129.9 | 65.41 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 19 | 0 | 0.24 | 0.89 | 0.33 | 43.53 | 0.8 | 0.37 |
| Hex | AC | 82 | 13 | 0 | 18 | 59 | 21 | 2C | 50 | 25 |
| Octal | 254 | 202 | 23 | 0 | 30 | 131 | 41 | 54 | 120 | 45 |
| Binary | 10101100 | 10000010 | 10011 | 0 | 11000 | 1011001 | 100001 | 101100 | 1010000 | 100101 |
Color Harmonies of #AC8213
Complementary color
Monochromatic Colors of #AC8213
Black with #AC8213
Text Example
Text Example
White with #AC8213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8213; }
p { color: rgb(172,130,19); }
H1.HeaderClassName
{
color: #AC8213;
}
.AnyTagClassName
{
color: #AC8213;
}
</style>
background-color css
<style>
a { background-color: #AC8213; }
a { background-color: rgb(172,130,19); }
div.DivClassName
{
background-color: #AC8213;
}
.BgClassName
{
background-color: #AC8213;
}
</style>
border-color css
<style>
span { border-color: #AC8213; }
span { border-color: rgb(172,130,19); }
td.TdClassName
{
border-color: #AC8213;
}
.TagClassName
{
border-color: #AC8213;
}
</style>