Shades of Dark Goldenrod #A18506
Tints of Dark Goldenrod #A18506
RGB
CMYK
RGB Variations
Color information
#A18506 (or 0xA18506) is known color: Dark Goldenrod. HEX triplet: A1, 85 and 06. RGB value is (161,133,6). Sum of RGB (Red+Green+Blue) = 161+133+6=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A18506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18506 is #5E7AF9. Grayscale: #7F7F7F. Windows color (decimal): -6191866 or 427425. OLE color: 427425.
HSL color Cylindrical-coordinate representation of color #A18506: hue angle of 49.16º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A18506 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 6 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.37 |
| HSL | 49.16º | 0.93% | 0.33% | - |
| HSV(B) | 49.16º | 0.96% | 0.63% | - |
| XYZ | 23.12 | 24.37 | 3.66 | - |
| YUV | 126.89 | 59.78 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 6 | 0 | 0.17 | 0.96 | 0.37 | 49.16 | 0.93 | 0.33 |
| Hex | A1 | 85 | 6 | 0 | 11 | 60 | 25 | 31 | 5D | 21 |
| Octal | 241 | 205 | 6 | 0 | 21 | 140 | 45 | 61 | 135 | 41 |
| Binary | 10100001 | 10000101 | 110 | 0 | 10001 | 1100000 | 100101 | 110001 | 1011101 | 100001 |
Color Harmonies of #A18506
Complementary color
Monochromatic Colors of #A18506
Black with #A18506
Text Example
Text Example
White with #A18506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18506; }
p { color: rgb(161,133,6); }
H1.HeaderClassName
{
color: #A18506;
}
.AnyTagClassName
{
color: #A18506;
}
</style>
background-color css
<style>
a { background-color: #A18506; }
a { background-color: rgb(161,133,6); }
div.DivClassName
{
background-color: #A18506;
}
.BgClassName
{
background-color: #A18506;
}
</style>
border-color css
<style>
span { border-color: #A18506; }
span { border-color: rgb(161,133,6); }
td.TdClassName
{
border-color: #A18506;
}
.TagClassName
{
border-color: #A18506;
}
</style>