Shades of Dark Goldenrod #AC7A11
Tints of Dark Goldenrod #AC7A11
RGB
CMYK
RGB Variations
Color information
#AC7A11 (or 0xAC7A11) is known color: Dark Goldenrod. HEX triplet: AC, 7A and 11. RGB value is (172,122,17). Sum of RGB (Red+Green+Blue) = 172+122+17=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7A11 is #5385EE. Grayscale: #7D7D7D. Windows color (decimal): -5473775 or 1145516. OLE color: 1145516.
HSL color Cylindrical-coordinate representation of color #AC7A11: hue angle of 40.65º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC7A11 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 17 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.33 |
| HSL | 40.65º | 0.82% | 0.37% | - |
| HSV(B) | 40.65º | 0.9% | 0.67% | - |
| XYZ | 24.07 | 22.73 | 3.65 | - |
| YUV | 124.98 | 67.07 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 17 | 0 | 0.29 | 0.90 | 0.33 | 40.65 | 0.82 | 0.37 |
| Hex | AC | 7A | 11 | 0 | 1D | 5A | 21 | 29 | 52 | 25 |
| Octal | 254 | 172 | 21 | 0 | 35 | 132 | 41 | 51 | 122 | 45 |
| Binary | 10101100 | 1111010 | 10001 | 0 | 11101 | 1011010 | 100001 | 101001 | 1010010 | 100101 |
Color Harmonies of #AC7A11
Complementary color
Monochromatic Colors of #AC7A11
Black with #AC7A11
Text Example
Text Example
White with #AC7A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A11; }
p { color: rgb(172,122,17); }
H1.HeaderClassName
{
color: #AC7A11;
}
.AnyTagClassName
{
color: #AC7A11;
}
</style>
background-color css
<style>
a { background-color: #AC7A11; }
a { background-color: rgb(172,122,17); }
div.DivClassName
{
background-color: #AC7A11;
}
.BgClassName
{
background-color: #AC7A11;
}
</style>
border-color css
<style>
span { border-color: #AC7A11; }
span { border-color: rgb(172,122,17); }
td.TdClassName
{
border-color: #AC7A11;
}
.TagClassName
{
border-color: #AC7A11;
}
</style>