Shades of Dark Goldenrod #AC8902
Tints of Dark Goldenrod #AC8902
RGB
CMYK
RGB Variations
Color information
#AC8902 (or 0xAC8902) is known color: Dark Goldenrod. HEX triplet: AC, 89 and 02. RGB value is (172,137,2). Sum of RGB (Red+Green+Blue) = 172+137+2=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8902 is #5376FD. Grayscale: #848484. Windows color (decimal): -5469950 or 166316. OLE color: 166316.
HSL color Cylindrical-coordinate representation of color #AC8902: hue angle of 47.65º 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 #AC8902 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.33 |
| HSL | 47.65º | 0.98% | 0.34% | - |
| HSV(B) | 47.65º | 0.99% | 0.67% | - |
| XYZ | 25.97 | 26.67 | 3.84 | - |
| YUV | 132.08 | 54.6 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 2 | 0 | 0.20 | 0.99 | 0.33 | 47.65 | 0.98 | 0.34 |
| Hex | AC | 89 | 2 | 0 | 14 | 63 | 21 | 30 | 62 | 22 |
| Octal | 254 | 211 | 2 | 0 | 24 | 143 | 41 | 60 | 142 | 42 |
| Binary | 10101100 | 10001001 | 10 | 0 | 10100 | 1100011 | 100001 | 110000 | 1100010 | 100010 |
Color Harmonies of #AC8902
Complementary color
Monochromatic Colors of #AC8902
Black with #AC8902
Text Example
Text Example
White with #AC8902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8902; }
p { color: rgb(172,137,2); }
H1.HeaderClassName
{
color: #AC8902;
}
.AnyTagClassName
{
color: #AC8902;
}
</style>
background-color css
<style>
a { background-color: #AC8902; }
a { background-color: rgb(172,137,2); }
div.DivClassName
{
background-color: #AC8902;
}
.BgClassName
{
background-color: #AC8902;
}
</style>
border-color css
<style>
span { border-color: #AC8902; }
span { border-color: rgb(172,137,2); }
td.TdClassName
{
border-color: #AC8902;
}
.TagClassName
{
border-color: #AC8902;
}
</style>