Shades of Dark Goldenrod #AC6F00
Tints of Dark Goldenrod #AC6F00
RGB
CMYK
RGB Variations
Color information
#AC6F00 (or 0xAC6F00) is known color: Dark Goldenrod. HEX triplet: AC, 6F and 00. RGB value is (172,111,0). Sum of RGB (Red+Green+Blue) = 172+111+0=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6F00 is #5390FF. Grayscale: #757575. Windows color (decimal): -5476608 or 28588. OLE color: 28588.
HSL color Cylindrical-coordinate representation of color #AC6F00: hue angle of 38.72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC6F00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 111 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.33 |
| HSL | 38.72º | 1% | 0.34% | - |
| HSV(B) | 38.72º | 1% | 0.67% | - |
| XYZ | 22.7 | 20.14 | 2.69 | - |
| YUV | 116.59 | 62.21 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 111 | 0 | 0 | 0.35 | 1 | 0.33 | 38.72 | 1 | 0.34 |
| Hex | AC | 6F | 0 | 0 | 23 | 64 | 21 | 27 | 64 | 22 |
| Octal | 254 | 157 | 0 | 0 | 43 | 144 | 41 | 47 | 144 | 42 |
| Binary | 10101100 | 1101111 | 0 | 0 | 100011 | 1100100 | 100001 | 100111 | 1100100 | 100010 |
Color Harmonies of #AC6F00
Complementary color
Monochromatic Colors of #AC6F00
Black with #AC6F00
Text Example
Text Example
White with #AC6F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6F00; }
p { color: rgb(172,111,0); }
H1.HeaderClassName
{
color: #AC6F00;
}
.AnyTagClassName
{
color: #AC6F00;
}
</style>
background-color css
<style>
a { background-color: #AC6F00; }
a { background-color: rgb(172,111,0); }
div.DivClassName
{
background-color: #AC6F00;
}
.BgClassName
{
background-color: #AC6F00;
}
</style>
border-color css
<style>
span { border-color: #AC6F00; }
span { border-color: rgb(172,111,0); }
td.TdClassName
{
border-color: #AC6F00;
}
.TagClassName
{
border-color: #AC6F00;
}
</style>