Shades of Dark Goldenrod #A18205
Tints of Dark Goldenrod #A18205
RGB
CMYK
RGB Variations
Color information
#A18205 (or 0xA18205) is known color: Dark Goldenrod. HEX triplet: A1, 82 and 05. RGB value is (161,130,5). Sum of RGB (Red+Green+Blue) = 161+130+5=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A18205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18205 is #5E7DFA. Grayscale: #7D7D7D. Windows color (decimal): -6192635 or 361121. OLE color: 361121.
HSL color Cylindrical-coordinate representation of color #A18205: hue angle of 48.08º 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 #A18205 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 5 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.37 |
| HSL | 48.08º | 0.94% | 0.33% | - |
| HSV(B) | 48.08º | 0.97% | 0.63% | - |
| XYZ | 22.71 | 23.55 | 3.49 | - |
| YUV | 125.02 | 60.27 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 5 | 0 | 0.19 | 0.97 | 0.37 | 48.08 | 0.94 | 0.33 |
| Hex | A1 | 82 | 5 | 0 | 13 | 61 | 25 | 30 | 5E | 21 |
| Octal | 241 | 202 | 5 | 0 | 23 | 141 | 45 | 60 | 136 | 41 |
| Binary | 10100001 | 10000010 | 101 | 0 | 10011 | 1100001 | 100101 | 110000 | 1011110 | 100001 |
Color Harmonies of #A18205
Complementary color
Monochromatic Colors of #A18205
Black with #A18205
Text Example
Text Example
White with #A18205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18205; }
p { color: rgb(161,130,5); }
H1.HeaderClassName
{
color: #A18205;
}
.AnyTagClassName
{
color: #A18205;
}
</style>
background-color css
<style>
a { background-color: #A18205; }
a { background-color: rgb(161,130,5); }
div.DivClassName
{
background-color: #A18205;
}
.BgClassName
{
background-color: #A18205;
}
</style>
border-color css
<style>
span { border-color: #A18205; }
span { border-color: rgb(161,130,5); }
td.TdClassName
{
border-color: #A18205;
}
.TagClassName
{
border-color: #A18205;
}
</style>