Shades of Dark Goldenrod #A37A04
Tints of Dark Goldenrod #A37A04
RGB
CMYK
RGB Variations
Color information
#A37A04 (or 0xA37A04) is known color: Dark Goldenrod. HEX triplet: A3, 7A and 04. RGB value is (163,122,4). Sum of RGB (Red+Green+Blue) = 163+122+4=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37A04 is #5C85FB. Grayscale: #797979. Windows color (decimal): -6063612 or 293539. OLE color: 293539.
HSL color Cylindrical-coordinate representation of color #A37A04: hue angle of 44.53º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A37A04 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 122 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.36 |
| HSL | 44.53º | 0.95% | 0.33% | - |
| HSV(B) | 44.53º | 0.98% | 0.64% | - |
| XYZ | 22.09 | 21.71 | 3.14 | - |
| YUV | 120.81 | 62.08 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 4 | 0 | 0.25 | 0.98 | 0.36 | 44.53 | 0.95 | 0.33 |
| Hex | A3 | 7A | 4 | 0 | 19 | 62 | 24 | 2D | 5F | 21 |
| Octal | 243 | 172 | 4 | 0 | 31 | 142 | 44 | 55 | 137 | 41 |
| Binary | 10100011 | 1111010 | 100 | 0 | 11001 | 1100010 | 100100 | 101101 | 1011111 | 100001 |
Color Harmonies of #A37A04
Complementary color
Monochromatic Colors of #A37A04
Black with #A37A04
Text Example
Text Example
White with #A37A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37A04; }
p { color: rgb(163,122,4); }
H1.HeaderClassName
{
color: #A37A04;
}
.AnyTagClassName
{
color: #A37A04;
}
</style>
background-color css
<style>
a { background-color: #A37A04; }
a { background-color: rgb(163,122,4); }
div.DivClassName
{
background-color: #A37A04;
}
.BgClassName
{
background-color: #A37A04;
}
</style>
border-color css
<style>
span { border-color: #A37A04; }
span { border-color: rgb(163,122,4); }
td.TdClassName
{
border-color: #A37A04;
}
.TagClassName
{
border-color: #A37A04;
}
</style>