Shades of Dark Goldenrod #AC7812
Tints of Dark Goldenrod #AC7812
RGB
CMYK
RGB Variations
Color information
#AC7812 (or 0xAC7812) is known color: Dark Goldenrod. HEX triplet: AC, 78 and 12. RGB value is (172,120,18). Sum of RGB (Red+Green+Blue) = 172+120+18=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7812 is #5387ED. Grayscale: #7C7C7C. Windows color (decimal): -5474286 or 1210540. OLE color: 1210540.
HSL color Cylindrical-coordinate representation of color #AC7812: hue angle of 39.74º 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 #AC7812 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 18 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.33 |
| HSL | 39.74º | 0.81% | 0.37% | - |
| HSV(B) | 39.74º | 0.9% | 0.67% | - |
| XYZ | 23.84 | 22.25 | 3.61 | - |
| YUV | 123.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 18 | 0 | 0.30 | 0.90 | 0.33 | 39.74 | 0.81 | 0.37 |
| Hex | AC | 78 | 12 | 0 | 1E | 5A | 21 | 28 | 51 | 25 |
| Octal | 254 | 170 | 22 | 0 | 36 | 132 | 41 | 50 | 121 | 45 |
| Binary | 10101100 | 1111000 | 10010 | 0 | 11110 | 1011010 | 100001 | 101000 | 1010001 | 100101 |
Color Harmonies of #AC7812
Complementary color
Monochromatic Colors of #AC7812
Black with #AC7812
Text Example
Text Example
White with #AC7812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7812; }
p { color: rgb(172,120,18); }
H1.HeaderClassName
{
color: #AC7812;
}
.AnyTagClassName
{
color: #AC7812;
}
</style>
background-color css
<style>
a { background-color: #AC7812; }
a { background-color: rgb(172,120,18); }
div.DivClassName
{
background-color: #AC7812;
}
.BgClassName
{
background-color: #AC7812;
}
</style>
border-color css
<style>
span { border-color: #AC7812; }
span { border-color: rgb(172,120,18); }
td.TdClassName
{
border-color: #AC7812;
}
.TagClassName
{
border-color: #AC7812;
}
</style>