Shades of Dark Goldenrod #A17C02
Tints of Dark Goldenrod #A17C02
RGB
CMYK
RGB Variations
Color information
#A17C02 (or 0xA17C02) is known color: Dark Goldenrod. HEX triplet: A1, 7C and 02. RGB value is (161,124,2). Sum of RGB (Red+Green+Blue) = 161+124+2=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17C02 is #5E83FD. Grayscale: #797979. Windows color (decimal): -6194174 or 162977. OLE color: 162977.
HSL color Cylindrical-coordinate representation of color #A17C02: hue angle of 46.04º degrees, saturation: 0.98, 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 #A17C02 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.37 |
| HSL | 46.04º | 0.98% | 0.32% | - |
| HSV(B) | 46.04º | 0.99% | 0.63% | - |
| XYZ | 21.92 | 22 | 3.15 | - |
| YUV | 121.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 2 | 0 | 0.23 | 0.99 | 0.37 | 46.04 | 0.98 | 0.32 |
| Hex | A1 | 7C | 2 | 0 | 17 | 63 | 25 | 2E | 62 | 20 |
| Octal | 241 | 174 | 2 | 0 | 27 | 143 | 45 | 56 | 142 | 40 |
| Binary | 10100001 | 1111100 | 10 | 0 | 10111 | 1100011 | 100101 | 101110 | 1100010 | 100000 |
Color Harmonies of #A17C02
Complementary color
Monochromatic Colors of #A17C02
Black with #A17C02
Text Example
Text Example
White with #A17C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C02; }
p { color: rgb(161,124,2); }
H1.HeaderClassName
{
color: #A17C02;
}
.AnyTagClassName
{
color: #A17C02;
}
</style>
background-color css
<style>
a { background-color: #A17C02; }
a { background-color: rgb(161,124,2); }
div.DivClassName
{
background-color: #A17C02;
}
.BgClassName
{
background-color: #A17C02;
}
</style>
border-color css
<style>
span { border-color: #A17C02; }
span { border-color: rgb(161,124,2); }
td.TdClassName
{
border-color: #A17C02;
}
.TagClassName
{
border-color: #A17C02;
}
</style>