Shades of Dark Goldenrod #A18306
Tints of Dark Goldenrod #A18306
RGB
CMYK
RGB Variations
Color information
#A18306 (or 0xA18306) is known color: Dark Goldenrod. HEX triplet: A1, 83 and 06. RGB value is (161,131,6). Sum of RGB (Red+Green+Blue) = 161+131+6=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A18306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18306 is #5E7CF9. Grayscale: #7E7E7E. Windows color (decimal): -6192378 or 426913. OLE color: 426913.
HSL color Cylindrical-coordinate representation of color #A18306: hue angle of 48.39º 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 #A18306 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 6 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.37 |
| HSL | 48.39º | 0.93% | 0.33% | - |
| HSV(B) | 48.39º | 0.96% | 0.63% | - |
| XYZ | 22.85 | 23.82 | 3.57 | - |
| YUV | 125.72 | 60.44 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 6 | 0 | 0.19 | 0.96 | 0.37 | 48.39 | 0.93 | 0.33 |
| Hex | A1 | 83 | 6 | 0 | 13 | 60 | 25 | 30 | 5D | 21 |
| Octal | 241 | 203 | 6 | 0 | 23 | 140 | 45 | 60 | 135 | 41 |
| Binary | 10100001 | 10000011 | 110 | 0 | 10011 | 1100000 | 100101 | 110000 | 1011101 | 100001 |
Color Harmonies of #A18306
Complementary color
Monochromatic Colors of #A18306
Black with #A18306
Text Example
Text Example
White with #A18306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18306; }
p { color: rgb(161,131,6); }
H1.HeaderClassName
{
color: #A18306;
}
.AnyTagClassName
{
color: #A18306;
}
</style>
background-color css
<style>
a { background-color: #A18306; }
a { background-color: rgb(161,131,6); }
div.DivClassName
{
background-color: #A18306;
}
.BgClassName
{
background-color: #A18306;
}
</style>
border-color css
<style>
span { border-color: #A18306; }
span { border-color: rgb(161,131,6); }
td.TdClassName
{
border-color: #A18306;
}
.TagClassName
{
border-color: #A18306;
}
</style>