Shades of Dark Goldenrod #A28004
Tints of Dark Goldenrod #A28004
RGB
CMYK
RGB Variations
Color information
#A28004 (or 0xA28004) is known color: Dark Goldenrod. HEX triplet: A2, 80 and 04. RGB value is (162,128,4). Sum of RGB (Red+Green+Blue) = 162+128+4=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A28004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28004 is #5D7FFB. Grayscale: #7C7C7C. Windows color (decimal): -6127612 or 295074. OLE color: 295074.
HSL color Cylindrical-coordinate representation of color #A28004: hue angle of 47.09º degrees, saturation: 0.95, 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 #A28004 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 128 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.36 |
| HSL | 47.09º | 0.95% | 0.33% | - |
| HSV(B) | 47.09º | 0.98% | 0.64% | - |
| XYZ | 22.64 | 23.13 | 3.39 | - |
| YUV | 124.03 | 60.26 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 4 | 0 | 0.21 | 0.98 | 0.36 | 47.09 | 0.95 | 0.33 |
| Hex | A2 | 80 | 4 | 0 | 15 | 62 | 24 | 2F | 5F | 21 |
| Octal | 242 | 200 | 4 | 0 | 25 | 142 | 44 | 57 | 137 | 41 |
| Binary | 10100010 | 10000000 | 100 | 0 | 10101 | 1100010 | 100100 | 101111 | 1011111 | 100001 |
Color Harmonies of #A28004
Complementary color
Monochromatic Colors of #A28004
Black with #A28004
Text Example
Text Example
White with #A28004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28004; }
p { color: rgb(162,128,4); }
H1.HeaderClassName
{
color: #A28004;
}
.AnyTagClassName
{
color: #A28004;
}
</style>
background-color css
<style>
a { background-color: #A28004; }
a { background-color: rgb(162,128,4); }
div.DivClassName
{
background-color: #A28004;
}
.BgClassName
{
background-color: #A28004;
}
</style>
border-color css
<style>
span { border-color: #A28004; }
span { border-color: rgb(162,128,4); }
td.TdClassName
{
border-color: #A28004;
}
.TagClassName
{
border-color: #A28004;
}
</style>