Shades of Dark Goldenrod #A18906
Tints of Dark Goldenrod #A18906
RGB
CMYK
RGB Variations
Color information
#A18906 (or 0xA18906) is known color: Dark Goldenrod. HEX triplet: A1, 89 and 06. RGB value is (161,137,6). Sum of RGB (Red+Green+Blue) = 161+137+6=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A18906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18906 is #5E76F9. Grayscale: #818181. Windows color (decimal): -6190842 or 428449. OLE color: 428449.
HSL color Cylindrical-coordinate representation of color #A18906: hue angle of 50.71º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A18906 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 6 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.37 |
| HSL | 50.71º | 0.93% | 0.33% | - |
| HSV(B) | 50.71º | 0.96% | 0.63% | - |
| XYZ | 23.68 | 25.48 | 3.84 | - |
| YUV | 129.24 | 58.45 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 6 | 0 | 0.15 | 0.96 | 0.37 | 50.71 | 0.93 | 0.33 |
| Hex | A1 | 89 | 6 | 0 | F | 60 | 25 | 33 | 5D | 21 |
| Octal | 241 | 211 | 6 | 0 | 17 | 140 | 45 | 63 | 135 | 41 |
| Binary | 10100001 | 10001001 | 110 | 0 | 1111 | 1100000 | 100101 | 110011 | 1011101 | 100001 |
Color Harmonies of #A18906
Complementary color
Monochromatic Colors of #A18906
Black with #A18906
Text Example
Text Example
White with #A18906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18906; }
p { color: rgb(161,137,6); }
H1.HeaderClassName
{
color: #A18906;
}
.AnyTagClassName
{
color: #A18906;
}
</style>
background-color css
<style>
a { background-color: #A18906; }
a { background-color: rgb(161,137,6); }
div.DivClassName
{
background-color: #A18906;
}
.BgClassName
{
background-color: #A18906;
}
</style>
border-color css
<style>
span { border-color: #A18906; }
span { border-color: rgb(161,137,6); }
td.TdClassName
{
border-color: #A18906;
}
.TagClassName
{
border-color: #A18906;
}
</style>