Shades of Dark Goldenrod #AC8803
Tints of Dark Goldenrod #AC8803
RGB
CMYK
RGB Variations
Color information
#AC8803 (or 0xAC8803) is known color: Dark Goldenrod. HEX triplet: AC, 88 and 03. RGB value is (172,136,3). Sum of RGB (Red+Green+Blue) = 172+136+3=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8803 is #5377FC. Grayscale: #848484. Windows color (decimal): -5470205 or 231596. OLE color: 231596.
HSL color Cylindrical-coordinate representation of color #AC8803: hue angle of 47.22º 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 #AC8803 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 3 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.33 |
| HSL | 47.22º | 0.97% | 0.34% | - |
| HSV(B) | 47.22º | 0.98% | 0.67% | - |
| XYZ | 25.83 | 26.39 | 3.82 | - |
| YUV | 131.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 3 | 0 | 0.21 | 0.98 | 0.33 | 47.22 | 0.97 | 0.34 |
| Hex | AC | 88 | 3 | 0 | 15 | 62 | 21 | 2F | 61 | 22 |
| Octal | 254 | 210 | 3 | 0 | 25 | 142 | 41 | 57 | 141 | 42 |
| Binary | 10101100 | 10001000 | 11 | 0 | 10101 | 1100010 | 100001 | 101111 | 1100001 | 100010 |
Color Harmonies of #AC8803
Complementary color
Monochromatic Colors of #AC8803
Black with #AC8803
Text Example
Text Example
White with #AC8803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8803; }
p { color: rgb(172,136,3); }
H1.HeaderClassName
{
color: #AC8803;
}
.AnyTagClassName
{
color: #AC8803;
}
</style>
background-color css
<style>
a { background-color: #AC8803; }
a { background-color: rgb(172,136,3); }
div.DivClassName
{
background-color: #AC8803;
}
.BgClassName
{
background-color: #AC8803;
}
</style>
border-color css
<style>
span { border-color: #AC8803; }
span { border-color: rgb(172,136,3); }
td.TdClassName
{
border-color: #AC8803;
}
.TagClassName
{
border-color: #AC8803;
}
</style>