Shades of Dark Goldenrod #AC820B
Tints of Dark Goldenrod #AC820B
RGB
CMYK
RGB Variations
Color information
#AC820B (or 0xAC820B) is known color: Dark Goldenrod. HEX triplet: AC, 82 and 0B. RGB value is (172,130,11). Sum of RGB (Red+Green+Blue) = 172+130+11=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC820B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC820B is #537DF4. Grayscale: #818181. Windows color (decimal): -5471733 or 754348. OLE color: 754348.
HSL color Cylindrical-coordinate representation of color #AC820B: hue angle of 44.35º degrees, saturation: 0.88, 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 #AC820B is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 11 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.33 |
| HSL | 44.35º | 0.88% | 0.36% | - |
| HSV(B) | 44.35º | 0.94% | 0.67% | - |
| XYZ | 25.06 | 24.76 | 3.78 | - |
| YUV | 128.99 | 61.41 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 11 | 0 | 0.24 | 0.94 | 0.33 | 44.35 | 0.88 | 0.36 |
| Hex | AC | 82 | B | 0 | 18 | 5E | 21 | 2C | 58 | 24 |
| Octal | 254 | 202 | 13 | 0 | 30 | 136 | 41 | 54 | 130 | 44 |
| Binary | 10101100 | 10000010 | 1011 | 0 | 11000 | 1011110 | 100001 | 101100 | 1011000 | 100100 |
Color Harmonies of #AC820B
Complementary color
Monochromatic Colors of #AC820B
Black with #AC820B
Text Example
Text Example
White with #AC820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC820B; }
p { color: rgb(172,130,11); }
H1.HeaderClassName
{
color: #AC820B;
}
.AnyTagClassName
{
color: #AC820B;
}
</style>
background-color css
<style>
a { background-color: #AC820B; }
a { background-color: rgb(172,130,11); }
div.DivClassName
{
background-color: #AC820B;
}
.BgClassName
{
background-color: #AC820B;
}
</style>
border-color css
<style>
span { border-color: #AC820B; }
span { border-color: rgb(172,130,11); }
td.TdClassName
{
border-color: #AC820B;
}
.TagClassName
{
border-color: #AC820B;
}
</style>