Shades of Dark Goldenrod #A28104
Tints of Dark Goldenrod #A28104
RGB
CMYK
RGB Variations
Color information
#A28104 (or 0xA28104) is known color: Dark Goldenrod. HEX triplet: A2, 81 and 04. RGB value is (162,129,4). Sum of RGB (Red+Green+Blue) = 162+129+4=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A28104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28104 is #5D7EFB. Grayscale: #7D7D7D. Windows color (decimal): -6127356 or 295330. OLE color: 295330.
HSL color Cylindrical-coordinate representation of color #A28104: hue angle of 47.47º 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 #A28104 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 129 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.36 |
| HSL | 47.47º | 0.95% | 0.33% | - |
| HSV(B) | 47.47º | 0.98% | 0.64% | - |
| XYZ | 22.77 | 23.39 | 3.43 | - |
| YUV | 124.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 4 | 0 | 0.20 | 0.98 | 0.36 | 47.47 | 0.95 | 0.33 |
| Hex | A2 | 81 | 4 | 0 | 14 | 62 | 24 | 2F | 5F | 21 |
| Octal | 242 | 201 | 4 | 0 | 24 | 142 | 44 | 57 | 137 | 41 |
| Binary | 10100010 | 10000001 | 100 | 0 | 10100 | 1100010 | 100100 | 101111 | 1011111 | 100001 |
Color Harmonies of #A28104
Complementary color
Monochromatic Colors of #A28104
Black with #A28104
Text Example
Text Example
White with #A28104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28104; }
p { color: rgb(162,129,4); }
H1.HeaderClassName
{
color: #A28104;
}
.AnyTagClassName
{
color: #A28104;
}
</style>
background-color css
<style>
a { background-color: #A28104; }
a { background-color: rgb(162,129,4); }
div.DivClassName
{
background-color: #A28104;
}
.BgClassName
{
background-color: #A28104;
}
</style>
border-color css
<style>
span { border-color: #A28104; }
span { border-color: rgb(162,129,4); }
td.TdClassName
{
border-color: #A28104;
}
.TagClassName
{
border-color: #A28104;
}
</style>