Shades of Dark Goldenrod #AC7102
Tints of Dark Goldenrod #AC7102
RGB
CMYK
RGB Variations
Color information
#AC7102 (or 0xAC7102) is known color: Dark Goldenrod. HEX triplet: AC, 71 and 02. RGB value is (172,113,2). Sum of RGB (Red+Green+Blue) = 172+113+2=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7102 is #538EFD. Grayscale: #767676. Windows color (decimal): -5476094 or 160172. OLE color: 160172.
HSL color Cylindrical-coordinate representation of color #AC7102: hue angle of 39.18º degrees, saturation: 0.98, 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 #AC7102 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.33 |
| HSL | 39.18º | 0.98% | 0.34% | - |
| HSV(B) | 39.18º | 0.99% | 0.67% | - |
| XYZ | 22.93 | 20.59 | 2.82 | - |
| YUV | 117.99 | 62.55 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 2 | 0 | 0.34 | 0.99 | 0.33 | 39.18 | 0.98 | 0.34 |
| Hex | AC | 71 | 2 | 0 | 22 | 63 | 21 | 27 | 62 | 22 |
| Octal | 254 | 161 | 2 | 0 | 42 | 143 | 41 | 47 | 142 | 42 |
| Binary | 10101100 | 1110001 | 10 | 0 | 100010 | 1100011 | 100001 | 100111 | 1100010 | 100010 |
Color Harmonies of #AC7102
Complementary color
Monochromatic Colors of #AC7102
Black with #AC7102
Text Example
Text Example
White with #AC7102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7102; }
p { color: rgb(172,113,2); }
H1.HeaderClassName
{
color: #AC7102;
}
.AnyTagClassName
{
color: #AC7102;
}
</style>
background-color css
<style>
a { background-color: #AC7102; }
a { background-color: rgb(172,113,2); }
div.DivClassName
{
background-color: #AC7102;
}
.BgClassName
{
background-color: #AC7102;
}
</style>
border-color css
<style>
span { border-color: #AC7102; }
span { border-color: rgb(172,113,2); }
td.TdClassName
{
border-color: #AC7102;
}
.TagClassName
{
border-color: #AC7102;
}
</style>