Shades of Dark Goldenrod #AC7100
Tints of Dark Goldenrod #AC7100
RGB
CMYK
RGB Variations
Color information
#AC7100 (or 0xAC7100) is known color: Dark Goldenrod. HEX triplet: AC, 71 and 00. RGB value is (172,113,0). Sum of RGB (Red+Green+Blue) = 172+113+0=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7100 is #538EFF. Grayscale: #767676. Windows color (decimal): -5476096 or 29100. OLE color: 29100.
HSL color Cylindrical-coordinate representation of color #AC7100: hue angle of 39.42º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC7100 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.33 |
| HSL | 39.42º | 1% | 0.34% | - |
| HSV(B) | 39.42º | 1% | 0.67% | - |
| XYZ | 22.92 | 20.58 | 2.76 | - |
| YUV | 117.76 | 61.55 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 0 | 0 | 0.34 | 1 | 0.33 | 39.42 | 1 | 0.34 |
| Hex | AC | 71 | 0 | 0 | 22 | 64 | 21 | 27 | 64 | 22 |
| Octal | 254 | 161 | 0 | 0 | 42 | 144 | 41 | 47 | 144 | 42 |
| Binary | 10101100 | 1110001 | 0 | 0 | 100010 | 1100100 | 100001 | 100111 | 1100100 | 100010 |
Color Harmonies of #AC7100
Complementary color
Monochromatic Colors of #AC7100
Black with #AC7100
Text Example
Text Example
White with #AC7100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7100; }
p { color: rgb(172,113,0); }
H1.HeaderClassName
{
color: #AC7100;
}
.AnyTagClassName
{
color: #AC7100;
}
</style>
background-color css
<style>
a { background-color: #AC7100; }
a { background-color: rgb(172,113,0); }
div.DivClassName
{
background-color: #AC7100;
}
.BgClassName
{
background-color: #AC7100;
}
</style>
border-color css
<style>
span { border-color: #AC7100; }
span { border-color: rgb(172,113,0); }
td.TdClassName
{
border-color: #AC7100;
}
.TagClassName
{
border-color: #AC7100;
}
</style>