Shades of Dark Goldenrod #AC7B0C
Tints of Dark Goldenrod #AC7B0C
RGB
CMYK
RGB Variations
Color information
#AC7B0C (or 0xAC7B0C) is known color: Dark Goldenrod. HEX triplet: AC, 7B and 0C. RGB value is (172,123,12). Sum of RGB (Red+Green+Blue) = 172+123+12=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7B0C is #5384F3. Grayscale: #7D7D7D. Windows color (decimal): -5473524 or 818092. OLE color: 818092.
HSL color Cylindrical-coordinate representation of color #AC7B0C: hue angle of 41.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC7B0C is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 12 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.33 |
| HSL | 41.63º | 0.87% | 0.36% | - |
| HSV(B) | 41.63º | 0.93% | 0.67% | - |
| XYZ | 24.16 | 22.96 | 3.51 | - |
| YUV | 125 | 64.23 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 12 | 0 | 0.28 | 0.93 | 0.33 | 41.63 | 0.87 | 0.36 |
| Hex | AC | 7B | C | 0 | 1C | 5D | 21 | 2A | 57 | 24 |
| Octal | 254 | 173 | 14 | 0 | 34 | 135 | 41 | 52 | 127 | 44 |
| Binary | 10101100 | 1111011 | 1100 | 0 | 11100 | 1011101 | 100001 | 101010 | 1010111 | 100100 |
Color Harmonies of #AC7B0C
Complementary color
Monochromatic Colors of #AC7B0C
Black with #AC7B0C
Text Example
Text Example
White with #AC7B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B0C; }
p { color: rgb(172,123,12); }
H1.HeaderClassName
{
color: #AC7B0C;
}
.AnyTagClassName
{
color: #AC7B0C;
}
</style>
background-color css
<style>
a { background-color: #AC7B0C; }
a { background-color: rgb(172,123,12); }
div.DivClassName
{
background-color: #AC7B0C;
}
.BgClassName
{
background-color: #AC7B0C;
}
</style>
border-color css
<style>
span { border-color: #AC7B0C; }
span { border-color: rgb(172,123,12); }
td.TdClassName
{
border-color: #AC7B0C;
}
.TagClassName
{
border-color: #AC7B0C;
}
</style>