Shades of Dark Goldenrod #AC7512
Tints of Dark Goldenrod #AC7512
RGB
CMYK
RGB Variations
Color information
#AC7512 (or 0xAC7512) is known color: Dark Goldenrod. HEX triplet: AC, 75 and 12. RGB value is (172,117,18). Sum of RGB (Red+Green+Blue) = 172+117+18=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7512 is #538AED. Grayscale: #7A7A7A. Windows color (decimal): -5475054 or 1209772. OLE color: 1209772.
HSL color Cylindrical-coordinate representation of color #AC7512: hue angle of 38.57º degrees, saturation: 0.81, 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 #AC7512 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 18 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.33 |
| HSL | 38.57º | 0.81% | 0.37% | - |
| HSV(B) | 38.57º | 0.9% | 0.67% | - |
| XYZ | 23.48 | 21.54 | 3.49 | - |
| YUV | 122.16 | 69.22 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 18 | 0 | 0.32 | 0.90 | 0.33 | 38.57 | 0.81 | 0.37 |
| Hex | AC | 75 | 12 | 0 | 20 | 5A | 21 | 27 | 51 | 25 |
| Octal | 254 | 165 | 22 | 0 | 40 | 132 | 41 | 47 | 121 | 45 |
| Binary | 10101100 | 1110101 | 10010 | 0 | 100000 | 1011010 | 100001 | 100111 | 1010001 | 100101 |
Color Harmonies of #AC7512
Complementary color
Monochromatic Colors of #AC7512
Black with #AC7512
Text Example
Text Example
White with #AC7512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7512; }
p { color: rgb(172,117,18); }
H1.HeaderClassName
{
color: #AC7512;
}
.AnyTagClassName
{
color: #AC7512;
}
</style>
background-color css
<style>
a { background-color: #AC7512; }
a { background-color: rgb(172,117,18); }
div.DivClassName
{
background-color: #AC7512;
}
.BgClassName
{
background-color: #AC7512;
}
</style>
border-color css
<style>
span { border-color: #AC7512; }
span { border-color: rgb(172,117,18); }
td.TdClassName
{
border-color: #AC7512;
}
.TagClassName
{
border-color: #AC7512;
}
</style>