Shades of Dark Goldenrod #A18200
Tints of Dark Goldenrod #A18200
RGB
CMYK
RGB Variations
Color information
#A18200 (or 0xA18200) is known color: Dark Goldenrod. HEX triplet: A1, 82 and 00. RGB value is (161,130,0). Sum of RGB (Red+Green+Blue) = 161+130+0=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A18200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18200 is #5E7DFF. Grayscale: #7D7D7D. Windows color (decimal): -6192640 or 33441. OLE color: 33441.
HSL color Cylindrical-coordinate representation of color #A18200: hue angle of 48.45º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A18200 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.37 |
| HSL | 48.45º | 1% | 0.32% | - |
| HSV(B) | 48.45º | 1% | 0.63% | - |
| XYZ | 22.68 | 23.54 | 3.35 | - |
| YUV | 124.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 0 | 0 | 0.19 | 1 | 0.37 | 48.45 | 1 | 0.32 |
| Hex | A1 | 82 | 0 | 0 | 13 | 64 | 25 | 30 | 64 | 20 |
| Octal | 241 | 202 | 0 | 0 | 23 | 144 | 45 | 60 | 144 | 40 |
| Binary | 10100001 | 10000010 | 0 | 0 | 10011 | 1100100 | 100101 | 110000 | 1100100 | 100000 |
Color Harmonies of #A18200
Complementary color
Monochromatic Colors of #A18200
Black with #A18200
Text Example
Text Example
White with #A18200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18200; }
p { color: rgb(161,130,0); }
H1.HeaderClassName
{
color: #A18200;
}
.AnyTagClassName
{
color: #A18200;
}
</style>
background-color css
<style>
a { background-color: #A18200; }
a { background-color: rgb(161,130,0); }
div.DivClassName
{
background-color: #A18200;
}
.BgClassName
{
background-color: #A18200;
}
</style>
border-color css
<style>
span { border-color: #A18200; }
span { border-color: rgb(161,130,0); }
td.TdClassName
{
border-color: #A18200;
}
.TagClassName
{
border-color: #A18200;
}
</style>