Shades of Dark Goldenrod #A18005
Tints of Dark Goldenrod #A18005
RGB
CMYK
RGB Variations
Color information
#A18005 (or 0xA18005) is known color: Dark Goldenrod. HEX triplet: A1, 80 and 05. RGB value is (161,128,5). Sum of RGB (Red+Green+Blue) = 161+128+5=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A18005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18005 is #5E7FFA. Grayscale: #7C7C7C. Windows color (decimal): -6193147 or 360609. OLE color: 360609.
HSL color Cylindrical-coordinate representation of color #A18005: hue angle of 47.31º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A18005 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 5 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.37 |
| HSL | 47.31º | 0.94% | 0.33% | - |
| HSV(B) | 47.31º | 0.97% | 0.63% | - |
| XYZ | 22.44 | 23.03 | 3.41 | - |
| YUV | 123.85 | 60.93 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 5 | 0 | 0.20 | 0.97 | 0.37 | 47.31 | 0.94 | 0.33 |
| Hex | A1 | 80 | 5 | 0 | 14 | 61 | 25 | 2F | 5E | 21 |
| Octal | 241 | 200 | 5 | 0 | 24 | 141 | 45 | 57 | 136 | 41 |
| Binary | 10100001 | 10000000 | 101 | 0 | 10100 | 1100001 | 100101 | 101111 | 1011110 | 100001 |
Color Harmonies of #A18005
Complementary color
Monochromatic Colors of #A18005
Black with #A18005
Text Example
Text Example
White with #A18005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18005; }
p { color: rgb(161,128,5); }
H1.HeaderClassName
{
color: #A18005;
}
.AnyTagClassName
{
color: #A18005;
}
</style>
background-color css
<style>
a { background-color: #A18005; }
a { background-color: rgb(161,128,5); }
div.DivClassName
{
background-color: #A18005;
}
.BgClassName
{
background-color: #A18005;
}
</style>
border-color css
<style>
span { border-color: #A18005; }
span { border-color: rgb(161,128,5); }
td.TdClassName
{
border-color: #A18005;
}
.TagClassName
{
border-color: #A18005;
}
</style>