Shades of Dark Goldenrod #A47603
Tints of Dark Goldenrod #A47603
RGB
CMYK
RGB Variations
Color information
#A47603 (or 0xA47603) is known color: Dark Goldenrod. HEX triplet: A4, 76 and 03. RGB value is (164,118,3). Sum of RGB (Red+Green+Blue) = 164+118+3=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A47603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47603 is #5B89FC. Grayscale: #777777. Windows color (decimal): -5999101 or 226980. OLE color: 226980.
HSL color Cylindrical-coordinate representation of color #A47603: hue angle of 42.86º degrees, saturation: 0.96, 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 #A47603 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 118 | 3 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.36 |
| HSL | 42.86º | 0.96% | 0.33% | - |
| HSV(B) | 42.86º | 0.98% | 0.64% | - |
| XYZ | 21.8 | 20.86 | 2.96 | - |
| YUV | 118.64 | 62.74 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 3 | 0 | 0.28 | 0.98 | 0.36 | 42.86 | 0.96 | 0.33 |
| Hex | A4 | 76 | 3 | 0 | 1C | 62 | 24 | 2B | 60 | 21 |
| Octal | 244 | 166 | 3 | 0 | 34 | 142 | 44 | 53 | 140 | 41 |
| Binary | 10100100 | 1110110 | 11 | 0 | 11100 | 1100010 | 100100 | 101011 | 1100000 | 100001 |
Color Harmonies of #A47603
Complementary color
Monochromatic Colors of #A47603
Black with #A47603
Text Example
Text Example
White with #A47603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47603; }
p { color: rgb(164,118,3); }
H1.HeaderClassName
{
color: #A47603;
}
.AnyTagClassName
{
color: #A47603;
}
</style>
background-color css
<style>
a { background-color: #A47603; }
a { background-color: rgb(164,118,3); }
div.DivClassName
{
background-color: #A47603;
}
.BgClassName
{
background-color: #A47603;
}
</style>
border-color css
<style>
span { border-color: #A47603; }
span { border-color: rgb(164,118,3); }
td.TdClassName
{
border-color: #A47603;
}
.TagClassName
{
border-color: #A47603;
}
</style>