Shades of Dark Goldenrod #A17D02
Tints of Dark Goldenrod #A17D02
RGB
CMYK
RGB Variations
Color information
#A17D02 (or 0xA17D02) is known color: Dark Goldenrod. HEX triplet: A1, 7D and 02. RGB value is (161,125,2). Sum of RGB (Red+Green+Blue) = 161+125+2=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17D02 is #5E82FD. Grayscale: #7A7A7A. Windows color (decimal): -6193918 or 163233. OLE color: 163233.
HSL color Cylindrical-coordinate representation of color #A17D02: hue angle of 46.42º 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 #A17D02 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 125 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.37 |
| HSL | 46.42º | 0.98% | 0.32% | - |
| HSV(B) | 46.42º | 0.99% | 0.63% | - |
| XYZ | 22.04 | 22.25 | 3.19 | - |
| YUV | 121.74 | 60.43 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 2 | 0 | 0.22 | 0.99 | 0.37 | 46.42 | 0.98 | 0.32 |
| Hex | A1 | 7D | 2 | 0 | 16 | 63 | 25 | 2E | 62 | 20 |
| Octal | 241 | 175 | 2 | 0 | 26 | 143 | 45 | 56 | 142 | 40 |
| Binary | 10100001 | 1111101 | 10 | 0 | 10110 | 1100011 | 100101 | 101110 | 1100010 | 100000 |
Color Harmonies of #A17D02
Complementary color
Monochromatic Colors of #A17D02
Black with #A17D02
Text Example
Text Example
White with #A17D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17D02; }
p { color: rgb(161,125,2); }
H1.HeaderClassName
{
color: #A17D02;
}
.AnyTagClassName
{
color: #A17D02;
}
</style>
background-color css
<style>
a { background-color: #A17D02; }
a { background-color: rgb(161,125,2); }
div.DivClassName
{
background-color: #A17D02;
}
.BgClassName
{
background-color: #A17D02;
}
</style>
border-color css
<style>
span { border-color: #A17D02; }
span { border-color: rgb(161,125,2); }
td.TdClassName
{
border-color: #A17D02;
}
.TagClassName
{
border-color: #A17D02;
}
</style>