Shades of Dark Goldenrod #A18B05
Tints of Dark Goldenrod #A18B05
RGB
CMYK
RGB Variations
Color information
#A18B05 (or 0xA18B05) is known color: Dark Goldenrod. HEX triplet: A1, 8B and 05. RGB value is (161,139,5). Sum of RGB (Red+Green+Blue) = 161+139+5=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18B05 is #5E74FA. Grayscale: #828282. Windows color (decimal): -6190331 or 363425. OLE color: 363425.
HSL color Cylindrical-coordinate representation of color #A18B05: hue angle of 51.54º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A18B05 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 5 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.37 |
| HSL | 51.54º | 0.94% | 0.33% | - |
| HSV(B) | 51.54º | 0.97% | 0.63% | - |
| XYZ | 23.96 | 26.05 | 3.91 | - |
| YUV | 130.3 | 57.29 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 5 | 0 | 0.14 | 0.97 | 0.37 | 51.54 | 0.94 | 0.33 |
| Hex | A1 | 8B | 5 | 0 | E | 61 | 25 | 34 | 5E | 21 |
| Octal | 241 | 213 | 5 | 0 | 16 | 141 | 45 | 64 | 136 | 41 |
| Binary | 10100001 | 10001011 | 101 | 0 | 1110 | 1100001 | 100101 | 110100 | 1011110 | 100001 |
Color Harmonies of #A18B05
Complementary color
Monochromatic Colors of #A18B05
Black with #A18B05
Text Example
Text Example
White with #A18B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B05; }
p { color: rgb(161,139,5); }
H1.HeaderClassName
{
color: #A18B05;
}
.AnyTagClassName
{
color: #A18B05;
}
</style>
background-color css
<style>
a { background-color: #A18B05; }
a { background-color: rgb(161,139,5); }
div.DivClassName
{
background-color: #A18B05;
}
.BgClassName
{
background-color: #A18B05;
}
</style>
border-color css
<style>
span { border-color: #A18B05; }
span { border-color: rgb(161,139,5); }
td.TdClassName
{
border-color: #A18B05;
}
.TagClassName
{
border-color: #A18B05;
}
</style>