Shades of Dark Goldenrod #AC820F
Tints of Dark Goldenrod #AC820F
RGB
CMYK
RGB Variations
Color information
#AC820F (or 0xAC820F) is known color: Dark Goldenrod. HEX triplet: AC, 82 and 0F. RGB value is (172,130,15). Sum of RGB (Red+Green+Blue) = 172+130+15=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC820F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC820F is #537DF0. Grayscale: #818181. Windows color (decimal): -5471729 or 1016492. OLE color: 1016492.
HSL color Cylindrical-coordinate representation of color #AC820F: hue angle of 43.95º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC820F is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 15 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.33 |
| HSL | 43.95º | 0.84% | 0.37% | - |
| HSV(B) | 43.95º | 0.91% | 0.67% | - |
| XYZ | 25.08 | 24.77 | 3.91 | - |
| YUV | 129.45 | 63.41 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 15 | 0 | 0.24 | 0.91 | 0.33 | 43.95 | 0.84 | 0.37 |
| Hex | AC | 82 | F | 0 | 18 | 5B | 21 | 2C | 54 | 25 |
| Octal | 254 | 202 | 17 | 0 | 30 | 133 | 41 | 54 | 124 | 45 |
| Binary | 10101100 | 10000010 | 1111 | 0 | 11000 | 1011011 | 100001 | 101100 | 1010100 | 100101 |
Color Harmonies of #AC820F
Complementary color
Monochromatic Colors of #AC820F
Black with #AC820F
Text Example
Text Example
White with #AC820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC820F; }
p { color: rgb(172,130,15); }
H1.HeaderClassName
{
color: #AC820F;
}
.AnyTagClassName
{
color: #AC820F;
}
</style>
background-color css
<style>
a { background-color: #AC820F; }
a { background-color: rgb(172,130,15); }
div.DivClassName
{
background-color: #AC820F;
}
.BgClassName
{
background-color: #AC820F;
}
</style>
border-color css
<style>
span { border-color: #AC820F; }
span { border-color: rgb(172,130,15); }
td.TdClassName
{
border-color: #AC820F;
}
.TagClassName
{
border-color: #AC820F;
}
</style>