Shades of Dark Goldenrod #A17A04
Tints of Dark Goldenrod #A17A04
RGB
CMYK
RGB Variations
Color information
#A17A04 (or 0xA17A04) is known color: Dark Goldenrod. HEX triplet: A1, 7A and 04. RGB value is (161,122,4). Sum of RGB (Red+Green+Blue) = 161+122+4=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17A04 is #5E85FB. Grayscale: #787878. Windows color (decimal): -6194684 or 293537. OLE color: 293537.
HSL color Cylindrical-coordinate representation of color #A17A04: hue angle of 45.1º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A17A04 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.37 |
| HSL | 45.1º | 0.95% | 0.32% | - |
| HSV(B) | 45.1º | 0.98% | 0.63% | - |
| XYZ | 21.68 | 21.5 | 3.12 | - |
| YUV | 120.21 | 62.42 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 4 | 0 | 0.24 | 0.98 | 0.37 | 45.1 | 0.95 | 0.32 |
| Hex | A1 | 7A | 4 | 0 | 18 | 62 | 25 | 2D | 5F | 20 |
| Octal | 241 | 172 | 4 | 0 | 30 | 142 | 45 | 55 | 137 | 40 |
| Binary | 10100001 | 1111010 | 100 | 0 | 11000 | 1100010 | 100101 | 101101 | 1011111 | 100000 |
Color Harmonies of #A17A04
Complementary color
Monochromatic Colors of #A17A04
Black with #A17A04
Text Example
Text Example
White with #A17A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A04; }
p { color: rgb(161,122,4); }
H1.HeaderClassName
{
color: #A17A04;
}
.AnyTagClassName
{
color: #A17A04;
}
</style>
background-color css
<style>
a { background-color: #A17A04; }
a { background-color: rgb(161,122,4); }
div.DivClassName
{
background-color: #A17A04;
}
.BgClassName
{
background-color: #A17A04;
}
</style>
border-color css
<style>
span { border-color: #A17A04; }
span { border-color: rgb(161,122,4); }
td.TdClassName
{
border-color: #A17A04;
}
.TagClassName
{
border-color: #A17A04;
}
</style>