Shades of Dark Goldenrod #A47A00
Tints of Dark Goldenrod #A47A00
RGB
CMYK
RGB Variations
Color information
#A47A00 (or 0xA47A00) is known color: Dark Goldenrod. HEX triplet: A4, 7A and 00. RGB value is (164,122,0). Sum of RGB (Red+Green+Blue) = 164+122+0=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47A00 is #5B85FF. Grayscale: #797979. Windows color (decimal): -5998080 or 31396. OLE color: 31396.
HSL color Cylindrical-coordinate representation of color #A47A00: hue angle of 44.63º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A47A00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.36 |
| HSL | 44.63º | 1% | 0.32% | - |
| HSV(B) | 44.63º | 1% | 0.64% | - |
| XYZ | 22.27 | 21.81 | 3.04 | - |
| YUV | 120.65 | 59.91 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 0 | 0 | 0.26 | 1 | 0.36 | 44.63 | 1 | 0.32 |
| Hex | A4 | 7A | 0 | 0 | 1A | 64 | 24 | 2D | 64 | 20 |
| Octal | 244 | 172 | 0 | 0 | 32 | 144 | 44 | 55 | 144 | 40 |
| Binary | 10100100 | 1111010 | 0 | 0 | 11010 | 1100100 | 100100 | 101101 | 1100100 | 100000 |
Color Harmonies of #A47A00
Complementary color
Monochromatic Colors of #A47A00
Black with #A47A00
Text Example
Text Example
White with #A47A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A00; }
p { color: rgb(164,122,0); }
H1.HeaderClassName
{
color: #A47A00;
}
.AnyTagClassName
{
color: #A47A00;
}
</style>
background-color css
<style>
a { background-color: #A47A00; }
a { background-color: rgb(164,122,0); }
div.DivClassName
{
background-color: #A47A00;
}
.BgClassName
{
background-color: #A47A00;
}
</style>
border-color css
<style>
span { border-color: #A47A00; }
span { border-color: rgb(164,122,0); }
td.TdClassName
{
border-color: #A47A00;
}
.TagClassName
{
border-color: #A47A00;
}
</style>