Shades of Dark Goldenrod #AC7D0F
Tints of Dark Goldenrod #AC7D0F
RGB
CMYK
RGB Variations
Color information
#AC7D0F (or 0xAC7D0F) is known color: Dark Goldenrod. HEX triplet: AC, 7D and 0F. RGB value is (172,125,15). Sum of RGB (Red+Green+Blue) = 172+125+15=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7D0F is #5382F0. Grayscale: #7F7F7F. Windows color (decimal): -5473009 or 1015212. OLE color: 1015212.
HSL color Cylindrical-coordinate representation of color #AC7D0F: hue angle of 42.04º 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 #AC7D0F is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 15 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.33 |
| HSL | 42.04º | 0.84% | 0.37% | - |
| HSV(B) | 42.04º | 0.91% | 0.67% | - |
| XYZ | 24.43 | 23.47 | 3.69 | - |
| YUV | 126.51 | 65.07 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 15 | 0 | 0.27 | 0.91 | 0.33 | 42.04 | 0.84 | 0.37 |
| Hex | AC | 7D | F | 0 | 1B | 5B | 21 | 2A | 54 | 25 |
| Octal | 254 | 175 | 17 | 0 | 33 | 133 | 41 | 52 | 124 | 45 |
| Binary | 10101100 | 1111101 | 1111 | 0 | 11011 | 1011011 | 100001 | 101010 | 1010100 | 100101 |
Color Harmonies of #AC7D0F
Complementary color
Monochromatic Colors of #AC7D0F
Black with #AC7D0F
Text Example
Text Example
White with #AC7D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D0F; }
p { color: rgb(172,125,15); }
H1.HeaderClassName
{
color: #AC7D0F;
}
.AnyTagClassName
{
color: #AC7D0F;
}
</style>
background-color css
<style>
a { background-color: #AC7D0F; }
a { background-color: rgb(172,125,15); }
div.DivClassName
{
background-color: #AC7D0F;
}
.BgClassName
{
background-color: #AC7D0F;
}
</style>
border-color css
<style>
span { border-color: #AC7D0F; }
span { border-color: rgb(172,125,15); }
td.TdClassName
{
border-color: #AC7D0F;
}
.TagClassName
{
border-color: #AC7D0F;
}
</style>