Shades of Dark Goldenrod #AC7001
Tints of Dark Goldenrod #AC7001
RGB
CMYK
RGB Variations
Color information
#AC7001 (or 0xAC7001) is known color: Dark Goldenrod. HEX triplet: AC, 70 and 01. RGB value is (172,112,1). Sum of RGB (Red+Green+Blue) = 172+112+1=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7001 is #538FFE. Grayscale: #757575. Windows color (decimal): -5476351 or 94380. OLE color: 94380.
HSL color Cylindrical-coordinate representation of color #AC7001: hue angle of 38.95º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC7001 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.33 |
| HSL | 38.95º | 0.99% | 0.34% | - |
| HSV(B) | 38.95º | 0.99% | 0.67% | - |
| XYZ | 22.81 | 20.36 | 2.76 | - |
| YUV | 117.29 | 62.38 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 1 | 0 | 0.35 | 0.99 | 0.33 | 38.95 | 0.99 | 0.34 |
| Hex | AC | 70 | 1 | 0 | 23 | 63 | 21 | 27 | 63 | 22 |
| Octal | 254 | 160 | 1 | 0 | 43 | 143 | 41 | 47 | 143 | 42 |
| Binary | 10101100 | 1110000 | 1 | 0 | 100011 | 1100011 | 100001 | 100111 | 1100011 | 100010 |
Color Harmonies of #AC7001
Complementary color
Monochromatic Colors of #AC7001
Black with #AC7001
Text Example
Text Example
White with #AC7001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7001; }
p { color: rgb(172,112,1); }
H1.HeaderClassName
{
color: #AC7001;
}
.AnyTagClassName
{
color: #AC7001;
}
</style>
background-color css
<style>
a { background-color: #AC7001; }
a { background-color: rgb(172,112,1); }
div.DivClassName
{
background-color: #AC7001;
}
.BgClassName
{
background-color: #AC7001;
}
</style>
border-color css
<style>
span { border-color: #AC7001; }
span { border-color: rgb(172,112,1); }
td.TdClassName
{
border-color: #AC7001;
}
.TagClassName
{
border-color: #AC7001;
}
</style>