Shades of Dark Goldenrod #A17E02
Tints of Dark Goldenrod #A17E02
RGB
CMYK
RGB Variations
Color information
#A17E02 (or 0xA17E02) is known color: Dark Goldenrod. HEX triplet: A1, 7E and 02. RGB value is (161,126,2). Sum of RGB (Red+Green+Blue) = 161+126+2=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17E02 is #5E81FD. Grayscale: #7A7A7A. Windows color (decimal): -6193662 or 163489. OLE color: 163489.
HSL color Cylindrical-coordinate representation of color #A17E02: hue angle of 46.79º 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 #A17E02 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 126 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.37 |
| HSL | 46.79º | 0.98% | 0.32% | - |
| HSV(B) | 46.79º | 0.99% | 0.63% | - |
| XYZ | 22.17 | 22.5 | 3.23 | - |
| YUV | 122.33 | 60.1 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 2 | 0 | 0.22 | 0.99 | 0.37 | 46.79 | 0.98 | 0.32 |
| Hex | A1 | 7E | 2 | 0 | 16 | 63 | 25 | 2F | 62 | 20 |
| Octal | 241 | 176 | 2 | 0 | 26 | 143 | 45 | 57 | 142 | 40 |
| Binary | 10100001 | 1111110 | 10 | 0 | 10110 | 1100011 | 100101 | 101111 | 1100010 | 100000 |
Color Harmonies of #A17E02
Complementary color
Monochromatic Colors of #A17E02
Black with #A17E02
Text Example
Text Example
White with #A17E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17E02; }
p { color: rgb(161,126,2); }
H1.HeaderClassName
{
color: #A17E02;
}
.AnyTagClassName
{
color: #A17E02;
}
</style>
background-color css
<style>
a { background-color: #A17E02; }
a { background-color: rgb(161,126,2); }
div.DivClassName
{
background-color: #A17E02;
}
.BgClassName
{
background-color: #A17E02;
}
</style>
border-color css
<style>
span { border-color: #A17E02; }
span { border-color: rgb(161,126,2); }
td.TdClassName
{
border-color: #A17E02;
}
.TagClassName
{
border-color: #A17E02;
}
</style>