Shades of Dark Goldenrod #A18504
Tints of Dark Goldenrod #A18504
RGB
CMYK
RGB Variations
Color information
#A18504 (or 0xA18504) is known color: Dark Goldenrod. HEX triplet: A1, 85 and 04. RGB value is (161,133,4). Sum of RGB (Red+Green+Blue) = 161+133+4=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A18504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18504 is #5E7AFB. Grayscale: #7F7F7F. Windows color (decimal): -6191868 or 296353. OLE color: 296353.
HSL color Cylindrical-coordinate representation of color #A18504: hue angle of 49.3º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A18504 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.37 |
| HSL | 49.3º | 0.95% | 0.32% | - |
| HSV(B) | 49.3º | 0.98% | 0.63% | - |
| XYZ | 23.11 | 24.36 | 3.6 | - |
| YUV | 126.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 4 | 0 | 0.17 | 0.98 | 0.37 | 49.3 | 0.95 | 0.32 |
| Hex | A1 | 85 | 4 | 0 | 11 | 62 | 25 | 31 | 5F | 20 |
| Octal | 241 | 205 | 4 | 0 | 21 | 142 | 45 | 61 | 137 | 40 |
| Binary | 10100001 | 10000101 | 100 | 0 | 10001 | 1100010 | 100101 | 110001 | 1011111 | 100000 |
Color Harmonies of #A18504
Complementary color
Monochromatic Colors of #A18504
Black with #A18504
Text Example
Text Example
White with #A18504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18504; }
p { color: rgb(161,133,4); }
H1.HeaderClassName
{
color: #A18504;
}
.AnyTagClassName
{
color: #A18504;
}
</style>
background-color css
<style>
a { background-color: #A18504; }
a { background-color: rgb(161,133,4); }
div.DivClassName
{
background-color: #A18504;
}
.BgClassName
{
background-color: #A18504;
}
</style>
border-color css
<style>
span { border-color: #A18504; }
span { border-color: rgb(161,133,4); }
td.TdClassName
{
border-color: #A18504;
}
.TagClassName
{
border-color: #A18504;
}
</style>