Shades of Dark Goldenrod #A18805
Tints of Dark Goldenrod #A18805
RGB
CMYK
RGB Variations
Color information
#A18805 (or 0xA18805) is known color: Dark Goldenrod. HEX triplet: A1, 88 and 05. RGB value is (161,136,5). Sum of RGB (Red+Green+Blue) = 161+136+5=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A18805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18805 is #5E77FA. Grayscale: #818181. Windows color (decimal): -6191099 or 362657. OLE color: 362657.
HSL color Cylindrical-coordinate representation of color #A18805: hue angle of 50.38º 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 #A18805 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 5 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.37 |
| HSL | 50.38º | 0.94% | 0.33% | - |
| HSV(B) | 50.38º | 0.97% | 0.63% | - |
| XYZ | 23.53 | 25.2 | 3.77 | - |
| YUV | 128.54 | 58.28 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 5 | 0 | 0.16 | 0.97 | 0.37 | 50.38 | 0.94 | 0.33 |
| Hex | A1 | 88 | 5 | 0 | 10 | 61 | 25 | 32 | 5E | 21 |
| Octal | 241 | 210 | 5 | 0 | 20 | 141 | 45 | 62 | 136 | 41 |
| Binary | 10100001 | 10001000 | 101 | 0 | 10000 | 1100001 | 100101 | 110010 | 1011110 | 100001 |
Color Harmonies of #A18805
Complementary color
Monochromatic Colors of #A18805
Black with #A18805
Text Example
Text Example
White with #A18805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18805; }
p { color: rgb(161,136,5); }
H1.HeaderClassName
{
color: #A18805;
}
.AnyTagClassName
{
color: #A18805;
}
</style>
background-color css
<style>
a { background-color: #A18805; }
a { background-color: rgb(161,136,5); }
div.DivClassName
{
background-color: #A18805;
}
.BgClassName
{
background-color: #A18805;
}
</style>
border-color css
<style>
span { border-color: #A18805; }
span { border-color: rgb(161,136,5); }
td.TdClassName
{
border-color: #A18805;
}
.TagClassName
{
border-color: #A18805;
}
</style>