Shades of Dark Goldenrod #AC760D
Tints of Dark Goldenrod #AC760D
RGB
CMYK
RGB Variations
Color information
#AC760D (or 0xAC760D) is known color: Dark Goldenrod. HEX triplet: AC, 76 and 0D. RGB value is (172,118,13). Sum of RGB (Red+Green+Blue) = 172+118+13=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC760D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC760D is #5389F2. Grayscale: #7A7A7A. Windows color (decimal): -5474803 or 882348. OLE color: 882348.
HSL color Cylindrical-coordinate representation of color #AC760D: hue angle of 39.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC760D is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 13 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.33 |
| HSL | 39.62º | 0.86% | 0.36% | - |
| HSV(B) | 39.62º | 0.92% | 0.67% | - |
| XYZ | 23.56 | 21.76 | 3.34 | - |
| YUV | 122.18 | 66.39 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 13 | 0 | 0.31 | 0.92 | 0.33 | 39.62 | 0.86 | 0.36 |
| Hex | AC | 76 | D | 0 | 1F | 5C | 21 | 28 | 56 | 24 |
| Octal | 254 | 166 | 15 | 0 | 37 | 134 | 41 | 50 | 126 | 44 |
| Binary | 10101100 | 1110110 | 1101 | 0 | 11111 | 1011100 | 100001 | 101000 | 1010110 | 100100 |
Color Harmonies of #AC760D
Complementary color
Monochromatic Colors of #AC760D
Black with #AC760D
Text Example
Text Example
White with #AC760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC760D; }
p { color: rgb(172,118,13); }
H1.HeaderClassName
{
color: #AC760D;
}
.AnyTagClassName
{
color: #AC760D;
}
</style>
background-color css
<style>
a { background-color: #AC760D; }
a { background-color: rgb(172,118,13); }
div.DivClassName
{
background-color: #AC760D;
}
.BgClassName
{
background-color: #AC760D;
}
</style>
border-color css
<style>
span { border-color: #AC760D; }
span { border-color: rgb(172,118,13); }
td.TdClassName
{
border-color: #AC760D;
}
.TagClassName
{
border-color: #AC760D;
}
</style>