Shades of Dark Goldenrod #AC8F03
Tints of Dark Goldenrod #AC8F03
RGB
CMYK
RGB Variations
Color information
#AC8F03 (or 0xAC8F03) is known color: Dark Goldenrod. HEX triplet: AC, 8F and 03. RGB value is (172,143,3). Sum of RGB (Red+Green+Blue) = 172+143+3=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8F03 is #5370FC. Grayscale: #888888. Windows color (decimal): -5468413 or 233388. OLE color: 233388.
HSL color Cylindrical-coordinate representation of color #AC8F03: hue angle of 49.7º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC8F03 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 3 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.33 |
| HSL | 49.7º | 0.97% | 0.34% | - |
| HSV(B) | 49.7º | 0.98% | 0.67% | - |
| XYZ | 26.85 | 28.42 | 4.16 | - |
| YUV | 135.71 | 53.11 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 3 | 0 | 0.17 | 0.98 | 0.33 | 49.7 | 0.97 | 0.34 |
| Hex | AC | 8F | 3 | 0 | 11 | 62 | 21 | 32 | 61 | 22 |
| Octal | 254 | 217 | 3 | 0 | 21 | 142 | 41 | 62 | 141 | 42 |
| Binary | 10101100 | 10001111 | 11 | 0 | 10001 | 1100010 | 100001 | 110010 | 1100001 | 100010 |
Color Harmonies of #AC8F03
Complementary color
Monochromatic Colors of #AC8F03
Black with #AC8F03
Text Example
Text Example
White with #AC8F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F03; }
p { color: rgb(172,143,3); }
H1.HeaderClassName
{
color: #AC8F03;
}
.AnyTagClassName
{
color: #AC8F03;
}
</style>
background-color css
<style>
a { background-color: #AC8F03; }
a { background-color: rgb(172,143,3); }
div.DivClassName
{
background-color: #AC8F03;
}
.BgClassName
{
background-color: #AC8F03;
}
</style>
border-color css
<style>
span { border-color: #AC8F03; }
span { border-color: rgb(172,143,3); }
td.TdClassName
{
border-color: #AC8F03;
}
.TagClassName
{
border-color: #AC8F03;
}
</style>