Shades of Dark Goldenrod #A49003
Tints of Dark Goldenrod #A49003
RGB
CMYK
RGB Variations
Color information
#A49003 (or 0xA49003) is known color: Dark Goldenrod. HEX triplet: A4, 90 and 03. RGB value is (164,144,3). Sum of RGB (Red+Green+Blue) = 164+144+3=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A49003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49003 is #5B6FFC. Grayscale: #868686. Windows color (decimal): -5992445 or 233636. OLE color: 233636.
HSL color Cylindrical-coordinate representation of color #A49003: hue angle of 52.55º 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 #A49003 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 144 | 3 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.36 |
| HSL | 52.55º | 0.96% | 0.33% | - |
| HSV(B) | 52.55º | 0.98% | 0.64% | - |
| XYZ | 25.3 | 27.85 | 4.13 | - |
| YUV | 133.91 | 54.13 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 3 | 0 | 0.12 | 0.98 | 0.36 | 52.55 | 0.96 | 0.33 |
| Hex | A4 | 90 | 3 | 0 | C | 62 | 24 | 35 | 60 | 21 |
| Octal | 244 | 220 | 3 | 0 | 14 | 142 | 44 | 65 | 140 | 41 |
| Binary | 10100100 | 10010000 | 11 | 0 | 1100 | 1100010 | 100100 | 110101 | 1100000 | 100001 |
Color Harmonies of #A49003
Complementary color
Monochromatic Colors of #A49003
Black with #A49003
Text Example
Text Example
White with #A49003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49003; }
p { color: rgb(164,144,3); }
H1.HeaderClassName
{
color: #A49003;
}
.AnyTagClassName
{
color: #A49003;
}
</style>
background-color css
<style>
a { background-color: #A49003; }
a { background-color: rgb(164,144,3); }
div.DivClassName
{
background-color: #A49003;
}
.BgClassName
{
background-color: #A49003;
}
</style>
border-color css
<style>
span { border-color: #A49003; }
span { border-color: rgb(164,144,3); }
td.TdClassName
{
border-color: #A49003;
}
.TagClassName
{
border-color: #A49003;
}
</style>