Shades of Dark Goldenrod #A18508
Tints of Dark Goldenrod #A18508
RGB
CMYK
RGB Variations
Color information
#A18508 (or 0xA18508) is known color: Dark Goldenrod. HEX triplet: A1, 85 and 08. RGB value is (161,133,8). Sum of RGB (Red+Green+Blue) = 161+133+8=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A18508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18508 is #5E7AF7. Grayscale: #7F7F7F. Windows color (decimal): -6191864 or 558497. OLE color: 558497.
HSL color Cylindrical-coordinate representation of color #A18508: hue angle of 49.02º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A18508 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 8 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.37 |
| HSL | 49.02º | 0.91% | 0.33% | - |
| HSV(B) | 49.02º | 0.95% | 0.63% | - |
| XYZ | 23.13 | 24.37 | 3.71 | - |
| YUV | 127.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 8 | 0 | 0.17 | 0.95 | 0.37 | 49.02 | 0.91 | 0.33 |
| Hex | A1 | 85 | 8 | 0 | 11 | 5F | 25 | 31 | 5B | 21 |
| Octal | 241 | 205 | 10 | 0 | 21 | 137 | 45 | 61 | 133 | 41 |
| Binary | 10100001 | 10000101 | 1000 | 0 | 10001 | 1011111 | 100101 | 110001 | 1011011 | 100001 |
Color Harmonies of #A18508
Complementary color
Monochromatic Colors of #A18508
Black with #A18508
Text Example
Text Example
White with #A18508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18508; }
p { color: rgb(161,133,8); }
H1.HeaderClassName
{
color: #A18508;
}
.AnyTagClassName
{
color: #A18508;
}
</style>
background-color css
<style>
a { background-color: #A18508; }
a { background-color: rgb(161,133,8); }
div.DivClassName
{
background-color: #A18508;
}
.BgClassName
{
background-color: #A18508;
}
</style>
border-color css
<style>
span { border-color: #A18508; }
span { border-color: rgb(161,133,8); }
td.TdClassName
{
border-color: #A18508;
}
.TagClassName
{
border-color: #A18508;
}
</style>