Shades of Dark Goldenrod #AC890C
Tints of Dark Goldenrod #AC890C
RGB
CMYK
RGB Variations
Color information
#AC890C (or 0xAC890C) is known color: Dark Goldenrod. HEX triplet: AC, 89 and 0C. RGB value is (172,137,12). Sum of RGB (Red+Green+Blue) = 172+137+12=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC890C is #5376F3. Grayscale: #858585. Windows color (decimal): -5469940 or 821676. OLE color: 821676.
HSL color Cylindrical-coordinate representation of color #AC890C: hue angle of 46.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC890C is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 12 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.33 |
| HSL | 46.88º | 0.87% | 0.36% | - |
| HSV(B) | 46.88º | 0.93% | 0.67% | - |
| XYZ | 26.03 | 26.69 | 4.13 | - |
| YUV | 133.22 | 59.6 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 12 | 0 | 0.20 | 0.93 | 0.33 | 46.88 | 0.87 | 0.36 |
| Hex | AC | 89 | C | 0 | 14 | 5D | 21 | 2F | 57 | 24 |
| Octal | 254 | 211 | 14 | 0 | 24 | 135 | 41 | 57 | 127 | 44 |
| Binary | 10101100 | 10001001 | 1100 | 0 | 10100 | 1011101 | 100001 | 101111 | 1010111 | 100100 |
Color Harmonies of #AC890C
Complementary color
Monochromatic Colors of #AC890C
Black with #AC890C
Text Example
Text Example
White with #AC890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC890C; }
p { color: rgb(172,137,12); }
H1.HeaderClassName
{
color: #AC890C;
}
.AnyTagClassName
{
color: #AC890C;
}
</style>
background-color css
<style>
a { background-color: #AC890C; }
a { background-color: rgb(172,137,12); }
div.DivClassName
{
background-color: #AC890C;
}
.BgClassName
{
background-color: #AC890C;
}
</style>
border-color css
<style>
span { border-color: #AC890C; }
span { border-color: rgb(172,137,12); }
td.TdClassName
{
border-color: #AC890C;
}
.TagClassName
{
border-color: #AC890C;
}
</style>