Shades of Dark Goldenrod #A47A01
Tints of Dark Goldenrod #A47A01
RGB
CMYK
RGB Variations
Color information
#A47A01 (or 0xA47A01) is known color: Dark Goldenrod. HEX triplet: A4, 7A and 01. RGB value is (164,122,1). Sum of RGB (Red+Green+Blue) = 164+122+1=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47A01 is #5B85FE. Grayscale: #797979. Windows color (decimal): -5998079 or 96932. OLE color: 96932.
HSL color Cylindrical-coordinate representation of color #A47A01: hue angle of 44.54º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A47A01 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 1 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.36 |
| HSL | 44.54º | 0.99% | 0.32% | - |
| HSV(B) | 44.54º | 0.99% | 0.64% | - |
| XYZ | 22.27 | 21.81 | 3.07 | - |
| YUV | 120.76 | 60.41 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 1 | 0 | 0.26 | 0.99 | 0.36 | 44.54 | 0.99 | 0.32 |
| Hex | A4 | 7A | 1 | 0 | 1A | 63 | 24 | 2D | 63 | 20 |
| Octal | 244 | 172 | 1 | 0 | 32 | 143 | 44 | 55 | 143 | 40 |
| Binary | 10100100 | 1111010 | 1 | 0 | 11010 | 1100011 | 100100 | 101101 | 1100011 | 100000 |
Color Harmonies of #A47A01
Complementary color
Monochromatic Colors of #A47A01
Black with #A47A01
Text Example
Text Example
White with #A47A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A01; }
p { color: rgb(164,122,1); }
H1.HeaderClassName
{
color: #A47A01;
}
.AnyTagClassName
{
color: #A47A01;
}
</style>
background-color css
<style>
a { background-color: #A47A01; }
a { background-color: rgb(164,122,1); }
div.DivClassName
{
background-color: #A47A01;
}
.BgClassName
{
background-color: #A47A01;
}
</style>
border-color css
<style>
span { border-color: #A47A01; }
span { border-color: rgb(164,122,1); }
td.TdClassName
{
border-color: #A47A01;
}
.TagClassName
{
border-color: #A47A01;
}
</style>