Shades of Dark Goldenrod #AC850F
Tints of Dark Goldenrod #AC850F
RGB
CMYK
RGB Variations
Color information
#AC850F (or 0xAC850F) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 0F. RGB value is (172,133,15). Sum of RGB (Red+Green+Blue) = 172+133+15=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC850F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC850F is #537AF0. Grayscale: #838383. Windows color (decimal): -5470961 or 1017260. OLE color: 1017260.
HSL color Cylindrical-coordinate representation of color #AC850F: hue angle of 45.1º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC850F is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 15 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.33 |
| HSL | 45.1º | 0.84% | 0.37% | - |
| HSV(B) | 45.1º | 0.91% | 0.67% | - |
| XYZ | 25.49 | 25.58 | 4.05 | - |
| YUV | 131.21 | 62.42 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 15 | 0 | 0.23 | 0.91 | 0.33 | 45.1 | 0.84 | 0.37 |
| Hex | AC | 85 | F | 0 | 17 | 5B | 21 | 2D | 54 | 25 |
| Octal | 254 | 205 | 17 | 0 | 27 | 133 | 41 | 55 | 124 | 45 |
| Binary | 10101100 | 10000101 | 1111 | 0 | 10111 | 1011011 | 100001 | 101101 | 1010100 | 100101 |
Color Harmonies of #AC850F
Complementary color
Monochromatic Colors of #AC850F
Black with #AC850F
Text Example
Text Example
White with #AC850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC850F; }
p { color: rgb(172,133,15); }
H1.HeaderClassName
{
color: #AC850F;
}
.AnyTagClassName
{
color: #AC850F;
}
</style>
background-color css
<style>
a { background-color: #AC850F; }
a { background-color: rgb(172,133,15); }
div.DivClassName
{
background-color: #AC850F;
}
.BgClassName
{
background-color: #AC850F;
}
</style>
border-color css
<style>
span { border-color: #AC850F; }
span { border-color: rgb(172,133,15); }
td.TdClassName
{
border-color: #AC850F;
}
.TagClassName
{
border-color: #AC850F;
}
</style>