Shades of Dark Goldenrod #AC7A0C
Tints of Dark Goldenrod #AC7A0C
RGB
CMYK
RGB Variations
Color information
#AC7A0C (or 0xAC7A0C) is known color: Dark Goldenrod. HEX triplet: AC, 7A and 0C. RGB value is (172,122,12). Sum of RGB (Red+Green+Blue) = 172+122+12=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7A0C is #5385F3. Grayscale: #7C7C7C. Windows color (decimal): -5473780 or 817836. OLE color: 817836.
HSL color Cylindrical-coordinate representation of color #AC7A0C: hue angle of 41.25º 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 #AC7A0C is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 12 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.33 |
| HSL | 41.25º | 0.87% | 0.36% | - |
| HSV(B) | 41.25º | 0.93% | 0.67% | - |
| XYZ | 24.04 | 22.72 | 3.47 | - |
| YUV | 124.41 | 64.57 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 12 | 0 | 0.29 | 0.93 | 0.33 | 41.25 | 0.87 | 0.36 |
| Hex | AC | 7A | C | 0 | 1D | 5D | 21 | 29 | 57 | 24 |
| Octal | 254 | 172 | 14 | 0 | 35 | 135 | 41 | 51 | 127 | 44 |
| Binary | 10101100 | 1111010 | 1100 | 0 | 11101 | 1011101 | 100001 | 101001 | 1010111 | 100100 |
Color Harmonies of #AC7A0C
Complementary color
Monochromatic Colors of #AC7A0C
Black with #AC7A0C
Text Example
Text Example
White with #AC7A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A0C; }
p { color: rgb(172,122,12); }
H1.HeaderClassName
{
color: #AC7A0C;
}
.AnyTagClassName
{
color: #AC7A0C;
}
</style>
background-color css
<style>
a { background-color: #AC7A0C; }
a { background-color: rgb(172,122,12); }
div.DivClassName
{
background-color: #AC7A0C;
}
.BgClassName
{
background-color: #AC7A0C;
}
</style>
border-color css
<style>
span { border-color: #AC7A0C; }
span { border-color: rgb(172,122,12); }
td.TdClassName
{
border-color: #AC7A0C;
}
.TagClassName
{
border-color: #AC7A0C;
}
</style>