Shades of Dark Goldenrod #AC8908
Tints of Dark Goldenrod #AC8908
RGB
CMYK
RGB Variations
Color information
#AC8908 (or 0xAC8908) is known color: Dark Goldenrod. HEX triplet: AC, 89 and 08. RGB value is (172,137,8). Sum of RGB (Red+Green+Blue) = 172+137+8=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8908 is #5376F7. Grayscale: #858585. Windows color (decimal): -5469944 or 559532. OLE color: 559532.
HSL color Cylindrical-coordinate representation of color #AC8908: hue angle of 47.2º degrees, saturation: 0.91, 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 #AC8908 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 8 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.33 |
| HSL | 47.2º | 0.91% | 0.35% | - |
| HSV(B) | 47.2º | 0.95% | 0.67% | - |
| XYZ | 26 | 26.68 | 4.01 | - |
| YUV | 132.76 | 57.6 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 8 | 0 | 0.20 | 0.95 | 0.33 | 47.2 | 0.91 | 0.35 |
| Hex | AC | 89 | 8 | 0 | 14 | 5F | 21 | 2F | 5B | 23 |
| Octal | 254 | 211 | 10 | 0 | 24 | 137 | 41 | 57 | 133 | 43 |
| Binary | 10101100 | 10001001 | 1000 | 0 | 10100 | 1011111 | 100001 | 101111 | 1011011 | 100011 |
Color Harmonies of #AC8908
Complementary color
Monochromatic Colors of #AC8908
Black with #AC8908
Text Example
Text Example
White with #AC8908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8908; }
p { color: rgb(172,137,8); }
H1.HeaderClassName
{
color: #AC8908;
}
.AnyTagClassName
{
color: #AC8908;
}
</style>
background-color css
<style>
a { background-color: #AC8908; }
a { background-color: rgb(172,137,8); }
div.DivClassName
{
background-color: #AC8908;
}
.BgClassName
{
background-color: #AC8908;
}
</style>
border-color css
<style>
span { border-color: #AC8908; }
span { border-color: rgb(172,137,8); }
td.TdClassName
{
border-color: #AC8908;
}
.TagClassName
{
border-color: #AC8908;
}
</style>