Shades of Dark Goldenrod #AC810D
Tints of Dark Goldenrod #AC810D
RGB
CMYK
RGB Variations
Color information
#AC810D (or 0xAC810D) is known color: Dark Goldenrod. HEX triplet: AC, 81 and 0D. RGB value is (172,129,13). Sum of RGB (Red+Green+Blue) = 172+129+13=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC810D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC810D is #537EF2. Grayscale: #818181. Windows color (decimal): -5471987 or 885164. OLE color: 885164.
HSL color Cylindrical-coordinate representation of color #AC810D: hue angle of 43.77º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC810D is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 13 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.33 |
| HSL | 43.77º | 0.86% | 0.36% | - |
| HSV(B) | 43.77º | 0.92% | 0.67% | - |
| XYZ | 24.94 | 24.5 | 3.8 | - |
| YUV | 128.63 | 62.75 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 13 | 0 | 0.25 | 0.92 | 0.33 | 43.77 | 0.86 | 0.36 |
| Hex | AC | 81 | D | 0 | 19 | 5C | 21 | 2C | 56 | 24 |
| Octal | 254 | 201 | 15 | 0 | 31 | 134 | 41 | 54 | 126 | 44 |
| Binary | 10101100 | 10000001 | 1101 | 0 | 11001 | 1011100 | 100001 | 101100 | 1010110 | 100100 |
Color Harmonies of #AC810D
Complementary color
Monochromatic Colors of #AC810D
Black with #AC810D
Text Example
Text Example
White with #AC810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC810D; }
p { color: rgb(172,129,13); }
H1.HeaderClassName
{
color: #AC810D;
}
.AnyTagClassName
{
color: #AC810D;
}
</style>
background-color css
<style>
a { background-color: #AC810D; }
a { background-color: rgb(172,129,13); }
div.DivClassName
{
background-color: #AC810D;
}
.BgClassName
{
background-color: #AC810D;
}
</style>
border-color css
<style>
span { border-color: #AC810D; }
span { border-color: rgb(172,129,13); }
td.TdClassName
{
border-color: #AC810D;
}
.TagClassName
{
border-color: #AC810D;
}
</style>