Shades of Dark Goldenrod #A18101
Tints of Dark Goldenrod #A18101
RGB
CMYK
RGB Variations
Color information
#A18101 (or 0xA18101) is known color: Dark Goldenrod. HEX triplet: A1, 81 and 01. RGB value is (161,129,1). Sum of RGB (Red+Green+Blue) = 161+129+1=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A18101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18101 is #5E7EFE. Grayscale: #7C7C7C. Windows color (decimal): -6192895 or 98721. OLE color: 98721.
HSL color Cylindrical-coordinate representation of color #A18101: hue angle of 48º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A18101 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.37 |
| HSL | 48º | 0.99% | 0.32% | - |
| HSV(B) | 48º | 0.99% | 0.63% | - |
| XYZ | 22.55 | 23.28 | 3.33 | - |
| YUV | 123.98 | 58.6 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 1 | 0 | 0.20 | 0.99 | 0.37 | 48 | 0.99 | 0.32 |
| Hex | A1 | 81 | 1 | 0 | 14 | 63 | 25 | 30 | 63 | 20 |
| Octal | 241 | 201 | 1 | 0 | 24 | 143 | 45 | 60 | 143 | 40 |
| Binary | 10100001 | 10000001 | 1 | 0 | 10100 | 1100011 | 100101 | 110000 | 1100011 | 100000 |
Color Harmonies of #A18101
Complementary color
Monochromatic Colors of #A18101
Black with #A18101
Text Example
Text Example
White with #A18101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18101; }
p { color: rgb(161,129,1); }
H1.HeaderClassName
{
color: #A18101;
}
.AnyTagClassName
{
color: #A18101;
}
</style>
background-color css
<style>
a { background-color: #A18101; }
a { background-color: rgb(161,129,1); }
div.DivClassName
{
background-color: #A18101;
}
.BgClassName
{
background-color: #A18101;
}
</style>
border-color css
<style>
span { border-color: #A18101; }
span { border-color: rgb(161,129,1); }
td.TdClassName
{
border-color: #A18101;
}
.TagClassName
{
border-color: #A18101;
}
</style>