Shades of Dark Goldenrod #AC8509
Tints of Dark Goldenrod #AC8509
RGB
CMYK
RGB Variations
Color information
#AC8509 (or 0xAC8509) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 09. RGB value is (172,133,9). Sum of RGB (Red+Green+Blue) = 172+133+9=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8509 is #537AF6. Grayscale: #838383. Windows color (decimal): -5470967 or 624044. OLE color: 624044.
HSL color Cylindrical-coordinate representation of color #AC8509: hue angle of 45.64º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC8509 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 9 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.33 |
| HSL | 45.64º | 0.9% | 0.35% | - |
| HSV(B) | 45.64º | 0.95% | 0.67% | - |
| XYZ | 25.45 | 25.57 | 3.85 | - |
| YUV | 130.53 | 59.42 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 9 | 0 | 0.23 | 0.95 | 0.33 | 45.64 | 0.9 | 0.35 |
| Hex | AC | 85 | 9 | 0 | 17 | 5F | 21 | 2E | 5A | 23 |
| Octal | 254 | 205 | 11 | 0 | 27 | 137 | 41 | 56 | 132 | 43 |
| Binary | 10101100 | 10000101 | 1001 | 0 | 10111 | 1011111 | 100001 | 101110 | 1011010 | 100011 |
Color Harmonies of #AC8509
Complementary color
Monochromatic Colors of #AC8509
Black with #AC8509
Text Example
Text Example
White with #AC8509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8509; }
p { color: rgb(172,133,9); }
H1.HeaderClassName
{
color: #AC8509;
}
.AnyTagClassName
{
color: #AC8509;
}
</style>
background-color css
<style>
a { background-color: #AC8509; }
a { background-color: rgb(172,133,9); }
div.DivClassName
{
background-color: #AC8509;
}
.BgClassName
{
background-color: #AC8509;
}
</style>
border-color css
<style>
span { border-color: #AC8509; }
span { border-color: rgb(172,133,9); }
td.TdClassName
{
border-color: #AC8509;
}
.TagClassName
{
border-color: #AC8509;
}
</style>