Shades of Dark Goldenrod #AC850E
Tints of Dark Goldenrod #AC850E
RGB
CMYK
RGB Variations
Color information
#AC850E (or 0xAC850E) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 0E. RGB value is (172,133,14). Sum of RGB (Red+Green+Blue) = 172+133+14=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC850E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC850E is #537AF1. Grayscale: #838383. Windows color (decimal): -5470962 or 951724. OLE color: 951724.
HSL color Cylindrical-coordinate representation of color #AC850E: hue angle of 45.19º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC850E is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 14 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.33 |
| HSL | 45.19º | 0.85% | 0.36% | - |
| HSV(B) | 45.19º | 0.92% | 0.67% | - |
| XYZ | 25.48 | 25.58 | 4.01 | - |
| YUV | 131.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 14 | 0 | 0.23 | 0.92 | 0.33 | 45.19 | 0.85 | 0.36 |
| Hex | AC | 85 | E | 0 | 17 | 5C | 21 | 2D | 55 | 24 |
| Octal | 254 | 205 | 16 | 0 | 27 | 134 | 41 | 55 | 125 | 44 |
| Binary | 10101100 | 10000101 | 1110 | 0 | 10111 | 1011100 | 100001 | 101101 | 1010101 | 100100 |
Color Harmonies of #AC850E
Complementary color
Monochromatic Colors of #AC850E
Black with #AC850E
Text Example
Text Example
White with #AC850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC850E; }
p { color: rgb(172,133,14); }
H1.HeaderClassName
{
color: #AC850E;
}
.AnyTagClassName
{
color: #AC850E;
}
</style>
background-color css
<style>
a { background-color: #AC850E; }
a { background-color: rgb(172,133,14); }
div.DivClassName
{
background-color: #AC850E;
}
.BgClassName
{
background-color: #AC850E;
}
</style>
border-color css
<style>
span { border-color: #AC850E; }
span { border-color: rgb(172,133,14); }
td.TdClassName
{
border-color: #AC850E;
}
.TagClassName
{
border-color: #AC850E;
}
</style>