Shades of Dark Goldenrod #A18F00
Tints of Dark Goldenrod #A18F00
RGB
CMYK
RGB Variations
Color information
#A18F00 (or 0xA18F00) is known color: Dark Goldenrod. HEX triplet: A1, 8F and 00. RGB value is (161,143,0). Sum of RGB (Red+Green+Blue) = 161+143+0=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18F00 is #5E70FF. Grayscale: #848484. Windows color (decimal): -6189312 or 36769. OLE color: 36769.
HSL color Cylindrical-coordinate representation of color #A18F00: hue angle of 53.29º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A18F00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.37 |
| HSL | 53.29º | 1% | 0.32% | - |
| HSV(B) | 53.29º | 1% | 0.63% | - |
| XYZ | 24.52 | 27.22 | 3.96 | - |
| YUV | 132.08 | 53.46 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 0 | 0 | 0.11 | 1 | 0.37 | 53.29 | 1 | 0.32 |
| Hex | A1 | 8F | 0 | 0 | B | 64 | 25 | 35 | 64 | 20 |
| Octal | 241 | 217 | 0 | 0 | 13 | 144 | 45 | 65 | 144 | 40 |
| Binary | 10100001 | 10001111 | 0 | 0 | 1011 | 1100100 | 100101 | 110101 | 1100100 | 100000 |
Color Harmonies of #A18F00
Complementary color
Monochromatic Colors of #A18F00
Black with #A18F00
Text Example
Text Example
White with #A18F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F00; }
p { color: rgb(161,143,0); }
H1.HeaderClassName
{
color: #A18F00;
}
.AnyTagClassName
{
color: #A18F00;
}
</style>
background-color css
<style>
a { background-color: #A18F00; }
a { background-color: rgb(161,143,0); }
div.DivClassName
{
background-color: #A18F00;
}
.BgClassName
{
background-color: #A18F00;
}
</style>
border-color css
<style>
span { border-color: #A18F00; }
span { border-color: rgb(161,143,0); }
td.TdClassName
{
border-color: #A18F00;
}
.TagClassName
{
border-color: #A18F00;
}
</style>