Shades of Dark Goldenrod #AC7805
Tints of Dark Goldenrod #AC7805
RGB
CMYK
RGB Variations
Color information
#AC7805 (or 0xAC7805) is known color: Dark Goldenrod. HEX triplet: AC, 78 and 05. RGB value is (172,120,5). Sum of RGB (Red+Green+Blue) = 172+120+5=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7805 is #5387FA. Grayscale: #7A7A7A. Windows color (decimal): -5474299 or 358572. OLE color: 358572.
HSL color Cylindrical-coordinate representation of color #AC7805: hue angle of 41.32º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC7805 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 5 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.33 |
| HSL | 41.32º | 0.94% | 0.35% | - |
| HSV(B) | 41.32º | 0.97% | 0.67% | - |
| XYZ | 23.76 | 22.21 | 3.18 | - |
| YUV | 122.44 | 61.73 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 5 | 0 | 0.30 | 0.97 | 0.33 | 41.32 | 0.94 | 0.35 |
| Hex | AC | 78 | 5 | 0 | 1E | 61 | 21 | 29 | 5E | 23 |
| Octal | 254 | 170 | 5 | 0 | 36 | 141 | 41 | 51 | 136 | 43 |
| Binary | 10101100 | 1111000 | 101 | 0 | 11110 | 1100001 | 100001 | 101001 | 1011110 | 100011 |
Color Harmonies of #AC7805
Complementary color
Monochromatic Colors of #AC7805
Black with #AC7805
Text Example
Text Example
White with #AC7805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7805; }
p { color: rgb(172,120,5); }
H1.HeaderClassName
{
color: #AC7805;
}
.AnyTagClassName
{
color: #AC7805;
}
</style>
background-color css
<style>
a { background-color: #AC7805; }
a { background-color: rgb(172,120,5); }
div.DivClassName
{
background-color: #AC7805;
}
.BgClassName
{
background-color: #AC7805;
}
</style>
border-color css
<style>
span { border-color: #AC7805; }
span { border-color: rgb(172,120,5); }
td.TdClassName
{
border-color: #AC7805;
}
.TagClassName
{
border-color: #AC7805;
}
</style>