Shades of Dark Goldenrod #A1830A
Tints of Dark Goldenrod #A1830A
RGB
CMYK
RGB Variations
Color information
#A1830A (or 0xA1830A) is known color: Dark Goldenrod. HEX triplet: A1, 83 and 0A. RGB value is (161,131,10). Sum of RGB (Red+Green+Blue) = 161+131+10=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A1830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1830A is #5E7CF5. Grayscale: #7E7E7E. Windows color (decimal): -6192374 or 689057. OLE color: 689057.
HSL color Cylindrical-coordinate representation of color #A1830A: hue angle of 48.08º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1830A is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 10 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.37 |
| HSL | 48.08º | 0.88% | 0.34% | - |
| HSV(B) | 48.08º | 0.94% | 0.63% | - |
| XYZ | 22.87 | 23.83 | 3.68 | - |
| YUV | 126.18 | 62.44 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 10 | 0 | 0.19 | 0.94 | 0.37 | 48.08 | 0.88 | 0.34 |
| Hex | A1 | 83 | A | 0 | 13 | 5E | 25 | 30 | 58 | 22 |
| Octal | 241 | 203 | 12 | 0 | 23 | 136 | 45 | 60 | 130 | 42 |
| Binary | 10100001 | 10000011 | 1010 | 0 | 10011 | 1011110 | 100101 | 110000 | 1011000 | 100010 |
Color Harmonies of #A1830A
Complementary color
Monochromatic Colors of #A1830A
Black with #A1830A
Text Example
Text Example
White with #A1830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1830A; }
p { color: rgb(161,131,10); }
H1.HeaderClassName
{
color: #A1830A;
}
.AnyTagClassName
{
color: #A1830A;
}
</style>
background-color css
<style>
a { background-color: #A1830A; }
a { background-color: rgb(161,131,10); }
div.DivClassName
{
background-color: #A1830A;
}
.BgClassName
{
background-color: #A1830A;
}
</style>
border-color css
<style>
span { border-color: #A1830A; }
span { border-color: rgb(161,131,10); }
td.TdClassName
{
border-color: #A1830A;
}
.TagClassName
{
border-color: #A1830A;
}
</style>