Shades of Dark Goldenrod #A1880A
Tints of Dark Goldenrod #A1880A
RGB
CMYK
RGB Variations
Color information
#A1880A (or 0xA1880A) is known color: Dark Goldenrod. HEX triplet: A1, 88 and 0A. RGB value is (161,136,10). Sum of RGB (Red+Green+Blue) = 161+136+10=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1880A is #5E77F5. Grayscale: #818181. Windows color (decimal): -6191094 or 690337. OLE color: 690337.
HSL color Cylindrical-coordinate representation of color #A1880A: hue angle of 50.07º 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 #A1880A is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 10 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.37 |
| HSL | 50.07º | 0.88% | 0.34% | - |
| HSV(B) | 50.07º | 0.94% | 0.63% | - |
| XYZ | 23.56 | 25.21 | 3.91 | - |
| YUV | 129.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 10 | 0 | 0.16 | 0.94 | 0.37 | 50.07 | 0.88 | 0.34 |
| Hex | A1 | 88 | A | 0 | 10 | 5E | 25 | 32 | 58 | 22 |
| Octal | 241 | 210 | 12 | 0 | 20 | 136 | 45 | 62 | 130 | 42 |
| Binary | 10100001 | 10001000 | 1010 | 0 | 10000 | 1011110 | 100101 | 110010 | 1011000 | 100010 |
Color Harmonies of #A1880A
Complementary color
Monochromatic Colors of #A1880A
Black with #A1880A
Text Example
Text Example
White with #A1880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1880A; }
p { color: rgb(161,136,10); }
H1.HeaderClassName
{
color: #A1880A;
}
.AnyTagClassName
{
color: #A1880A;
}
</style>
background-color css
<style>
a { background-color: #A1880A; }
a { background-color: rgb(161,136,10); }
div.DivClassName
{
background-color: #A1880A;
}
.BgClassName
{
background-color: #A1880A;
}
</style>
border-color css
<style>
span { border-color: #A1880A; }
span { border-color: rgb(161,136,10); }
td.TdClassName
{
border-color: #A1880A;
}
.TagClassName
{
border-color: #A1880A;
}
</style>