Shades of Dark Goldenrod #A47E01
Tints of Dark Goldenrod #A47E01
RGB
CMYK
RGB Variations
Color information
#A47E01 (or 0xA47E01) is known color: Dark Goldenrod. HEX triplet: A4, 7E and 01. RGB value is (164,126,1). Sum of RGB (Red+Green+Blue) = 164+126+1=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 126 (49.61% from 255 or 43.30% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47E01 is #5B81FE. Grayscale: #7B7B7B. Windows color (decimal): -5997055 or 97956. OLE color: 97956.
HSL color Cylindrical-coordinate representation of color #A47E01: hue angle of 46.01º 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 #A47E01 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.36 |
| HSL | 46.01º | 0.99% | 0.32% | - |
| HSV(B) | 46.01º | 0.99% | 0.64% | - |
| XYZ | 22.78 | 22.82 | 3.23 | - |
| YUV | 123.11 | 59.09 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 1 | 0 | 0.23 | 0.99 | 0.36 | 46.01 | 0.99 | 0.32 |
| Hex | A4 | 7E | 1 | 0 | 17 | 63 | 24 | 2E | 63 | 20 |
| Octal | 244 | 176 | 1 | 0 | 27 | 143 | 44 | 56 | 143 | 40 |
| Binary | 10100100 | 1111110 | 1 | 0 | 10111 | 1100011 | 100100 | 101110 | 1100011 | 100000 |
Color Harmonies of #A47E01
Complementary color
Monochromatic Colors of #A47E01
Black with #A47E01
Text Example
Text Example
White with #A47E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E01; }
p { color: rgb(164,126,1); }
H1.HeaderClassName
{
color: #A47E01;
}
.AnyTagClassName
{
color: #A47E01;
}
</style>
background-color css
<style>
a { background-color: #A47E01; }
a { background-color: rgb(164,126,1); }
div.DivClassName
{
background-color: #A47E01;
}
.BgClassName
{
background-color: #A47E01;
}
</style>
border-color css
<style>
span { border-color: #A47E01; }
span { border-color: rgb(164,126,1); }
td.TdClassName
{
border-color: #A47E01;
}
.TagClassName
{
border-color: #A47E01;
}
</style>