Shades of Dark Goldenrod #A18E01
Tints of Dark Goldenrod #A18E01
RGB
CMYK
RGB Variations
Color information
#A18E01 (or 0xA18E01) is known color: Dark Goldenrod. HEX triplet: A1, 8E and 01. RGB value is (161,142,1). Sum of RGB (Red+Green+Blue) = 161+142+1=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18E01 is #5E71FE. Grayscale: #848484. Windows color (decimal): -6189567 or 102049. OLE color: 102049.
HSL color Cylindrical-coordinate representation of color #A18E01: hue angle of 52.88º 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 #A18E01 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 1 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.37 |
| HSL | 52.88º | 0.99% | 0.32% | - |
| HSV(B) | 52.88º | 0.99% | 0.63% | - |
| XYZ | 24.38 | 26.93 | 3.94 | - |
| YUV | 131.61 | 54.29 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 1 | 0 | 0.12 | 0.99 | 0.37 | 52.88 | 0.99 | 0.32 |
| Hex | A1 | 8E | 1 | 0 | C | 63 | 25 | 35 | 63 | 20 |
| Octal | 241 | 216 | 1 | 0 | 14 | 143 | 45 | 65 | 143 | 40 |
| Binary | 10100001 | 10001110 | 1 | 0 | 1100 | 1100011 | 100101 | 110101 | 1100011 | 100000 |
Color Harmonies of #A18E01
Complementary color
Monochromatic Colors of #A18E01
Black with #A18E01
Text Example
Text Example
White with #A18E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E01; }
p { color: rgb(161,142,1); }
H1.HeaderClassName
{
color: #A18E01;
}
.AnyTagClassName
{
color: #A18E01;
}
</style>
background-color css
<style>
a { background-color: #A18E01; }
a { background-color: rgb(161,142,1); }
div.DivClassName
{
background-color: #A18E01;
}
.BgClassName
{
background-color: #A18E01;
}
</style>
border-color css
<style>
span { border-color: #A18E01; }
span { border-color: rgb(161,142,1); }
td.TdClassName
{
border-color: #A18E01;
}
.TagClassName
{
border-color: #A18E01;
}
</style>