Shades of Dark Goldenrod #A18002
Tints of Dark Goldenrod #A18002
RGB
CMYK
RGB Variations
Color information
#A18002 (or 0xA18002) is known color: Dark Goldenrod. HEX triplet: A1, 80 and 02. RGB value is (161,128,2). Sum of RGB (Red+Green+Blue) = 161+128+2=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A18002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18002 is #5E7FFD. Grayscale: #7C7C7C. Windows color (decimal): -6193150 or 164001. OLE color: 164001.
HSL color Cylindrical-coordinate representation of color #A18002: hue angle of 47.55º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A18002 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.37 |
| HSL | 47.55º | 0.98% | 0.32% | - |
| HSV(B) | 47.55º | 0.99% | 0.63% | - |
| XYZ | 22.43 | 23.02 | 3.32 | - |
| YUV | 123.5 | 59.43 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 2 | 0 | 0.20 | 0.99 | 0.37 | 47.55 | 0.98 | 0.32 |
| Hex | A1 | 80 | 2 | 0 | 14 | 63 | 25 | 30 | 62 | 20 |
| Octal | 241 | 200 | 2 | 0 | 24 | 143 | 45 | 60 | 142 | 40 |
| Binary | 10100001 | 10000000 | 10 | 0 | 10100 | 1100011 | 100101 | 110000 | 1100010 | 100000 |
Color Harmonies of #A18002
Complementary color
Monochromatic Colors of #A18002
Black with #A18002
Text Example
Text Example
White with #A18002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18002; }
p { color: rgb(161,128,2); }
H1.HeaderClassName
{
color: #A18002;
}
.AnyTagClassName
{
color: #A18002;
}
</style>
background-color css
<style>
a { background-color: #A18002; }
a { background-color: rgb(161,128,2); }
div.DivClassName
{
background-color: #A18002;
}
.BgClassName
{
background-color: #A18002;
}
</style>
border-color css
<style>
span { border-color: #A18002; }
span { border-color: rgb(161,128,2); }
td.TdClassName
{
border-color: #A18002;
}
.TagClassName
{
border-color: #A18002;
}
</style>