Shades of Dark Goldenrod #A1880B
Tints of Dark Goldenrod #A1880B
RGB
CMYK
RGB Variations
Color information
#A1880B (or 0xA1880B) is known color: Dark Goldenrod. HEX triplet: A1, 88 and 0B. RGB value is (161,136,11). Sum of RGB (Red+Green+Blue) = 161+136+11=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1880B is #5E77F4. Grayscale: #818181. Windows color (decimal): -6191093 or 755873. OLE color: 755873.
HSL color Cylindrical-coordinate representation of color #A1880B: hue angle of 50º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1880B is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 11 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.37 |
| HSL | 50º | 0.87% | 0.34% | - |
| HSV(B) | 50º | 0.93% | 0.63% | - |
| XYZ | 23.56 | 25.21 | 3.94 | - |
| YUV | 129.23 | 61.28 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 11 | 0 | 0.16 | 0.93 | 0.37 | 50 | 0.87 | 0.34 |
| Hex | A1 | 88 | B | 0 | 10 | 5D | 25 | 32 | 57 | 22 |
| Octal | 241 | 210 | 13 | 0 | 20 | 135 | 45 | 62 | 127 | 42 |
| Binary | 10100001 | 10001000 | 1011 | 0 | 10000 | 1011101 | 100101 | 110010 | 1010111 | 100010 |
Color Harmonies of #A1880B
Complementary color
Monochromatic Colors of #A1880B
Black with #A1880B
Text Example
Text Example
White with #A1880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1880B; }
p { color: rgb(161,136,11); }
H1.HeaderClassName
{
color: #A1880B;
}
.AnyTagClassName
{
color: #A1880B;
}
</style>
background-color css
<style>
a { background-color: #A1880B; }
a { background-color: rgb(161,136,11); }
div.DivClassName
{
background-color: #A1880B;
}
.BgClassName
{
background-color: #A1880B;
}
</style>
border-color css
<style>
span { border-color: #A1880B; }
span { border-color: rgb(161,136,11); }
td.TdClassName
{
border-color: #A1880B;
}
.TagClassName
{
border-color: #A1880B;
}
</style>