Shades of Dark Goldenrod #AC7B0D
Tints of Dark Goldenrod #AC7B0D
RGB
CMYK
RGB Variations
Color information
#AC7B0D (or 0xAC7B0D) is known color: Dark Goldenrod. HEX triplet: AC, 7B and 0D. RGB value is (172,123,13). Sum of RGB (Red+Green+Blue) = 172+123+13=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7B0D is #5384F2. Grayscale: #7D7D7D. Windows color (decimal): -5473523 or 883628. OLE color: 883628.
HSL color Cylindrical-coordinate representation of color #AC7B0D: hue angle of 41.51º 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 #AC7B0D is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 13 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.33 |
| HSL | 41.51º | 0.86% | 0.36% | - |
| HSV(B) | 41.51º | 0.92% | 0.67% | - |
| XYZ | 24.17 | 22.97 | 3.54 | - |
| YUV | 125.11 | 64.73 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 13 | 0 | 0.28 | 0.92 | 0.33 | 41.51 | 0.86 | 0.36 |
| Hex | AC | 7B | D | 0 | 1C | 5C | 21 | 2A | 56 | 24 |
| Octal | 254 | 173 | 15 | 0 | 34 | 134 | 41 | 52 | 126 | 44 |
| Binary | 10101100 | 1111011 | 1101 | 0 | 11100 | 1011100 | 100001 | 101010 | 1010110 | 100100 |
Color Harmonies of #AC7B0D
Complementary color
Monochromatic Colors of #AC7B0D
Black with #AC7B0D
Text Example
Text Example
White with #AC7B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B0D; }
p { color: rgb(172,123,13); }
H1.HeaderClassName
{
color: #AC7B0D;
}
.AnyTagClassName
{
color: #AC7B0D;
}
</style>
background-color css
<style>
a { background-color: #AC7B0D; }
a { background-color: rgb(172,123,13); }
div.DivClassName
{
background-color: #AC7B0D;
}
.BgClassName
{
background-color: #AC7B0D;
}
</style>
border-color css
<style>
span { border-color: #AC7B0D; }
span { border-color: rgb(172,123,13); }
td.TdClassName
{
border-color: #AC7B0D;
}
.TagClassName
{
border-color: #AC7B0D;
}
</style>