Shades of Dark Goldenrod #AC7101
Tints of Dark Goldenrod #AC7101
RGB
CMYK
RGB Variations
Color information
#AC7101 (or 0xAC7101) is known color: Dark Goldenrod. HEX triplet: AC, 71 and 01. RGB value is (172,113,1). Sum of RGB (Red+Green+Blue) = 172+113+1=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7101 is #538EFE. Grayscale: #767676. Windows color (decimal): -5476095 or 94636. OLE color: 94636.
HSL color Cylindrical-coordinate representation of color #AC7101: hue angle of 39.3º 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 #AC7101 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.33 |
| HSL | 39.3º | 0.99% | 0.34% | - |
| HSV(B) | 39.3º | 0.99% | 0.67% | - |
| XYZ | 22.92 | 20.58 | 2.79 | - |
| YUV | 117.87 | 62.05 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 1 | 0 | 0.34 | 0.99 | 0.33 | 39.3 | 0.99 | 0.34 |
| Hex | AC | 71 | 1 | 0 | 22 | 63 | 21 | 27 | 63 | 22 |
| Octal | 254 | 161 | 1 | 0 | 42 | 143 | 41 | 47 | 143 | 42 |
| Binary | 10101100 | 1110001 | 1 | 0 | 100010 | 1100011 | 100001 | 100111 | 1100011 | 100010 |
Color Harmonies of #AC7101
Complementary color
Monochromatic Colors of #AC7101
Black with #AC7101
Text Example
Text Example
White with #AC7101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7101; }
p { color: rgb(172,113,1); }
H1.HeaderClassName
{
color: #AC7101;
}
.AnyTagClassName
{
color: #AC7101;
}
</style>
background-color css
<style>
a { background-color: #AC7101; }
a { background-color: rgb(172,113,1); }
div.DivClassName
{
background-color: #AC7101;
}
.BgClassName
{
background-color: #AC7101;
}
</style>
border-color css
<style>
span { border-color: #AC7101; }
span { border-color: rgb(172,113,1); }
td.TdClassName
{
border-color: #AC7101;
}
.TagClassName
{
border-color: #AC7101;
}
</style>