Shades of Dark Goldenrod #AC7B0A
Tints of Dark Goldenrod #AC7B0A
RGB
CMYK
RGB Variations
Color information
#AC7B0A (or 0xAC7B0A) is known color: Dark Goldenrod. HEX triplet: AC, 7B and 0A. RGB value is (172,123,10). Sum of RGB (Red+Green+Blue) = 172+123+10=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7B0A is #5384F5. Grayscale: #7D7D7D. Windows color (decimal): -5473526 or 687020. OLE color: 687020.
HSL color Cylindrical-coordinate representation of color #AC7B0A: hue angle of 41.85º degrees, saturation: 0.89, 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 #AC7B0A is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 10 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.33 |
| HSL | 41.85º | 0.89% | 0.36% | - |
| HSV(B) | 41.85º | 0.94% | 0.67% | - |
| XYZ | 24.15 | 22.96 | 3.45 | - |
| YUV | 124.77 | 63.23 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 10 | 0 | 0.28 | 0.94 | 0.33 | 41.85 | 0.89 | 0.36 |
| Hex | AC | 7B | A | 0 | 1C | 5E | 21 | 2A | 59 | 24 |
| Octal | 254 | 173 | 12 | 0 | 34 | 136 | 41 | 52 | 131 | 44 |
| Binary | 10101100 | 1111011 | 1010 | 0 | 11100 | 1011110 | 100001 | 101010 | 1011001 | 100100 |
Color Harmonies of #AC7B0A
Complementary color
Monochromatic Colors of #AC7B0A
Black with #AC7B0A
Text Example
Text Example
White with #AC7B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B0A; }
p { color: rgb(172,123,10); }
H1.HeaderClassName
{
color: #AC7B0A;
}
.AnyTagClassName
{
color: #AC7B0A;
}
</style>
background-color css
<style>
a { background-color: #AC7B0A; }
a { background-color: rgb(172,123,10); }
div.DivClassName
{
background-color: #AC7B0A;
}
.BgClassName
{
background-color: #AC7B0A;
}
</style>
border-color css
<style>
span { border-color: #AC7B0A; }
span { border-color: rgb(172,123,10); }
td.TdClassName
{
border-color: #AC7B0A;
}
.TagClassName
{
border-color: #AC7B0A;
}
</style>