Shades of Dark Goldenrod #AC8101
Tints of Dark Goldenrod #AC8101
RGB
CMYK
RGB Variations
Color information
#AC8101 (or 0xAC8101) is known color: Dark Goldenrod. HEX triplet: AC, 81 and 01. RGB value is (172,129,1). Sum of RGB (Red+Green+Blue) = 172+129+1=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8101 is #537EFE. Grayscale: #7F7F7F. Windows color (decimal): -5471999 or 98732. OLE color: 98732.
HSL color Cylindrical-coordinate representation of color #AC8101: hue angle of 44.91º 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 #AC8101 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.33 |
| HSL | 44.91º | 0.99% | 0.34% | - |
| HSV(B) | 44.91º | 0.99% | 0.67% | - |
| XYZ | 24.87 | 24.47 | 3.44 | - |
| YUV | 127.27 | 56.75 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 1 | 0 | 0.25 | 0.99 | 0.33 | 44.91 | 0.99 | 0.34 |
| Hex | AC | 81 | 1 | 0 | 19 | 63 | 21 | 2D | 63 | 22 |
| Octal | 254 | 201 | 1 | 0 | 31 | 143 | 41 | 55 | 143 | 42 |
| Binary | 10101100 | 10000001 | 1 | 0 | 11001 | 1100011 | 100001 | 101101 | 1100011 | 100010 |
Color Harmonies of #AC8101
Complementary color
Monochromatic Colors of #AC8101
Black with #AC8101
Text Example
Text Example
White with #AC8101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8101; }
p { color: rgb(172,129,1); }
H1.HeaderClassName
{
color: #AC8101;
}
.AnyTagClassName
{
color: #AC8101;
}
</style>
background-color css
<style>
a { background-color: #AC8101; }
a { background-color: rgb(172,129,1); }
div.DivClassName
{
background-color: #AC8101;
}
.BgClassName
{
background-color: #AC8101;
}
</style>
border-color css
<style>
span { border-color: #AC8101; }
span { border-color: rgb(172,129,1); }
td.TdClassName
{
border-color: #AC8101;
}
.TagClassName
{
border-color: #AC8101;
}
</style>