Shades of Dark Goldenrod #AC850B
Tints of Dark Goldenrod #AC850B
RGB
CMYK
RGB Variations
Color information
#AC850B (or 0xAC850B) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 0B. RGB value is (172,133,11). Sum of RGB (Red+Green+Blue) = 172+133+11=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC850B is #537AF4. Grayscale: #838383. Windows color (decimal): -5470965 or 755116. OLE color: 755116.
HSL color Cylindrical-coordinate representation of color #AC850B: hue angle of 45.47º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC850B is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 11 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.33 |
| HSL | 45.47º | 0.88% | 0.36% | - |
| HSV(B) | 45.47º | 0.94% | 0.67% | - |
| XYZ | 25.46 | 25.57 | 3.91 | - |
| YUV | 130.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 11 | 0 | 0.23 | 0.94 | 0.33 | 45.47 | 0.88 | 0.36 |
| Hex | AC | 85 | B | 0 | 17 | 5E | 21 | 2D | 58 | 24 |
| Octal | 254 | 205 | 13 | 0 | 27 | 136 | 41 | 55 | 130 | 44 |
| Binary | 10101100 | 10000101 | 1011 | 0 | 10111 | 1011110 | 100001 | 101101 | 1011000 | 100100 |
Color Harmonies of #AC850B
Complementary color
Monochromatic Colors of #AC850B
Black with #AC850B
Text Example
Text Example
White with #AC850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC850B; }
p { color: rgb(172,133,11); }
H1.HeaderClassName
{
color: #AC850B;
}
.AnyTagClassName
{
color: #AC850B;
}
</style>
background-color css
<style>
a { background-color: #AC850B; }
a { background-color: rgb(172,133,11); }
div.DivClassName
{
background-color: #AC850B;
}
.BgClassName
{
background-color: #AC850B;
}
</style>
border-color css
<style>
span { border-color: #AC850B; }
span { border-color: rgb(172,133,11); }
td.TdClassName
{
border-color: #AC850B;
}
.TagClassName
{
border-color: #AC850B;
}
</style>