Shades of Dark Goldenrod #AC7D10
Tints of Dark Goldenrod #AC7D10
RGB
CMYK
RGB Variations
Color information
#AC7D10 (or 0xAC7D10) is known color: Dark Goldenrod. HEX triplet: AC, 7D and 10. RGB value is (172,125,16). Sum of RGB (Red+Green+Blue) = 172+125+16=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7D10 is #5382EF. Grayscale: #7F7F7F. Windows color (decimal): -5473008 or 1080748. OLE color: 1080748.
HSL color Cylindrical-coordinate representation of color #AC7D10: hue angle of 41.92º degrees, saturation: 0.83, 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 #AC7D10 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 16 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.33 |
| HSL | 41.92º | 0.83% | 0.37% | - |
| HSV(B) | 41.92º | 0.91% | 0.67% | - |
| XYZ | 24.44 | 23.48 | 3.73 | - |
| YUV | 126.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 16 | 0 | 0.27 | 0.91 | 0.33 | 41.92 | 0.83 | 0.37 |
| Hex | AC | 7D | 10 | 0 | 1B | 5B | 21 | 2A | 53 | 25 |
| Octal | 254 | 175 | 20 | 0 | 33 | 133 | 41 | 52 | 123 | 45 |
| Binary | 10101100 | 1111101 | 10000 | 0 | 11011 | 1011011 | 100001 | 101010 | 1010011 | 100101 |
Color Harmonies of #AC7D10
Complementary color
Monochromatic Colors of #AC7D10
Black with #AC7D10
Text Example
Text Example
White with #AC7D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D10; }
p { color: rgb(172,125,16); }
H1.HeaderClassName
{
color: #AC7D10;
}
.AnyTagClassName
{
color: #AC7D10;
}
</style>
background-color css
<style>
a { background-color: #AC7D10; }
a { background-color: rgb(172,125,16); }
div.DivClassName
{
background-color: #AC7D10;
}
.BgClassName
{
background-color: #AC7D10;
}
</style>
border-color css
<style>
span { border-color: #AC7D10; }
span { border-color: rgb(172,125,16); }
td.TdClassName
{
border-color: #AC7D10;
}
.TagClassName
{
border-color: #AC7D10;
}
</style>