Shades of Dark Goldenrod #A18409
Tints of Dark Goldenrod #A18409
RGB
CMYK
RGB Variations
Color information
#A18409 (or 0xA18409) is known color: Dark Goldenrod. HEX triplet: A1, 84 and 09. RGB value is (161,132,9). Sum of RGB (Red+Green+Blue) = 161+132+9=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A18409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18409 is #5E7BF6. Grayscale: #7F7F7F. Windows color (decimal): -6192119 or 623777. OLE color: 623777.
HSL color Cylindrical-coordinate representation of color #A18409: hue angle of 48.55º 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 #A18409 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 9 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.37 |
| HSL | 48.55º | 0.89% | 0.33% | - |
| HSV(B) | 48.55º | 0.94% | 0.63% | - |
| XYZ | 23 | 24.1 | 3.7 | - |
| YUV | 126.65 | 61.61 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 9 | 0 | 0.18 | 0.94 | 0.37 | 48.55 | 0.89 | 0.33 |
| Hex | A1 | 84 | 9 | 0 | 12 | 5E | 25 | 31 | 59 | 21 |
| Octal | 241 | 204 | 11 | 0 | 22 | 136 | 45 | 61 | 131 | 41 |
| Binary | 10100001 | 10000100 | 1001 | 0 | 10010 | 1011110 | 100101 | 110001 | 1011001 | 100001 |
Color Harmonies of #A18409
Complementary color
Monochromatic Colors of #A18409
Black with #A18409
Text Example
Text Example
White with #A18409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18409; }
p { color: rgb(161,132,9); }
H1.HeaderClassName
{
color: #A18409;
}
.AnyTagClassName
{
color: #A18409;
}
</style>
background-color css
<style>
a { background-color: #A18409; }
a { background-color: rgb(161,132,9); }
div.DivClassName
{
background-color: #A18409;
}
.BgClassName
{
background-color: #A18409;
}
</style>
border-color css
<style>
span { border-color: #A18409; }
span { border-color: rgb(161,132,9); }
td.TdClassName
{
border-color: #A18409;
}
.TagClassName
{
border-color: #A18409;
}
</style>