Shades of Dark Goldenrod #AC7505
Tints of Dark Goldenrod #AC7505
RGB
CMYK
RGB Variations
Color information
#AC7505 (or 0xAC7505) is known color: Dark Goldenrod. HEX triplet: AC, 75 and 05. RGB value is (172,117,5). Sum of RGB (Red+Green+Blue) = 172+117+5=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7505 is #538AFA. Grayscale: #797979. Windows color (decimal): -5475067 or 357804. OLE color: 357804.
HSL color Cylindrical-coordinate representation of color #AC7505: hue angle of 40.24º 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 #AC7505 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.33 |
| HSL | 40.24º | 0.94% | 0.35% | - |
| HSV(B) | 40.24º | 0.97% | 0.67% | - |
| XYZ | 23.4 | 21.5 | 3.06 | - |
| YUV | 120.68 | 62.72 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 5 | 0 | 0.32 | 0.97 | 0.33 | 40.24 | 0.94 | 0.35 |
| Hex | AC | 75 | 5 | 0 | 20 | 61 | 21 | 28 | 5E | 23 |
| Octal | 254 | 165 | 5 | 0 | 40 | 141 | 41 | 50 | 136 | 43 |
| Binary | 10101100 | 1110101 | 101 | 0 | 100000 | 1100001 | 100001 | 101000 | 1011110 | 100011 |
Color Harmonies of #AC7505
Complementary color
Monochromatic Colors of #AC7505
Black with #AC7505
Text Example
Text Example
White with #AC7505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7505; }
p { color: rgb(172,117,5); }
H1.HeaderClassName
{
color: #AC7505;
}
.AnyTagClassName
{
color: #AC7505;
}
</style>
background-color css
<style>
a { background-color: #AC7505; }
a { background-color: rgb(172,117,5); }
div.DivClassName
{
background-color: #AC7505;
}
.BgClassName
{
background-color: #AC7505;
}
</style>
border-color css
<style>
span { border-color: #AC7505; }
span { border-color: rgb(172,117,5); }
td.TdClassName
{
border-color: #AC7505;
}
.TagClassName
{
border-color: #AC7505;
}
</style>