Shades of Dark Goldenrod #A18809
Tints of Dark Goldenrod #A18809
RGB
CMYK
RGB Variations
Color information
#A18809 (or 0xA18809) is known color: Dark Goldenrod. HEX triplet: A1, 88 and 09. RGB value is (161,136,9). Sum of RGB (Red+Green+Blue) = 161+136+9=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A18809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18809 is #5E77F6. Grayscale: #818181. Windows color (decimal): -6191095 or 624801. OLE color: 624801.
HSL color Cylindrical-coordinate representation of color #A18809: hue angle of 50.13º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A18809 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 9 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.37 |
| HSL | 50.13º | 0.89% | 0.33% | - |
| HSV(B) | 50.13º | 0.94% | 0.63% | - |
| XYZ | 23.55 | 25.21 | 3.88 | - |
| YUV | 129 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 9 | 0 | 0.16 | 0.94 | 0.37 | 50.13 | 0.89 | 0.33 |
| Hex | A1 | 88 | 9 | 0 | 10 | 5E | 25 | 32 | 59 | 21 |
| Octal | 241 | 210 | 11 | 0 | 20 | 136 | 45 | 62 | 131 | 41 |
| Binary | 10100001 | 10001000 | 1001 | 0 | 10000 | 1011110 | 100101 | 110010 | 1011001 | 100001 |
Color Harmonies of #A18809
Complementary color
Monochromatic Colors of #A18809
Black with #A18809
Text Example
Text Example
White with #A18809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18809; }
p { color: rgb(161,136,9); }
H1.HeaderClassName
{
color: #A18809;
}
.AnyTagClassName
{
color: #A18809;
}
</style>
background-color css
<style>
a { background-color: #A18809; }
a { background-color: rgb(161,136,9); }
div.DivClassName
{
background-color: #A18809;
}
.BgClassName
{
background-color: #A18809;
}
</style>
border-color css
<style>
span { border-color: #A18809; }
span { border-color: rgb(161,136,9); }
td.TdClassName
{
border-color: #A18809;
}
.TagClassName
{
border-color: #A18809;
}
</style>