Shades of Dark Goldenrod #A48E04
Tints of Dark Goldenrod #A48E04
RGB
CMYK
RGB Variations
Color information
#A48E04 (or 0xA48E04) is known color: Dark Goldenrod. HEX triplet: A4, 8E and 04. RGB value is (164,142,4). Sum of RGB (Red+Green+Blue) = 164+142+4=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48E04 is #5B71FB. Grayscale: #858585. Windows color (decimal): -5992956 or 298660. OLE color: 298660.
HSL color Cylindrical-coordinate representation of color #A48E04: hue angle of 51.75º 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 #A48E04 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 142 | 4 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.36 |
| HSL | 51.75º | 0.95% | 0.33% | - |
| HSV(B) | 51.75º | 0.98% | 0.64% | - |
| XYZ | 25 | 27.25 | 4.06 | - |
| YUV | 132.85 | 55.29 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 142 | 4 | 0 | 0.13 | 0.98 | 0.36 | 51.75 | 0.95 | 0.33 |
| Hex | A4 | 8E | 4 | 0 | D | 62 | 24 | 34 | 5F | 21 |
| Octal | 244 | 216 | 4 | 0 | 15 | 142 | 44 | 64 | 137 | 41 |
| Binary | 10100100 | 10001110 | 100 | 0 | 1101 | 1100010 | 100100 | 110100 | 1011111 | 100001 |
Color Harmonies of #A48E04
Complementary color
Monochromatic Colors of #A48E04
Black with #A48E04
Text Example
Text Example
White with #A48E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48E04; }
p { color: rgb(164,142,4); }
H1.HeaderClassName
{
color: #A48E04;
}
.AnyTagClassName
{
color: #A48E04;
}
</style>
background-color css
<style>
a { background-color: #A48E04; }
a { background-color: rgb(164,142,4); }
div.DivClassName
{
background-color: #A48E04;
}
.BgClassName
{
background-color: #A48E04;
}
</style>
border-color css
<style>
span { border-color: #A48E04; }
span { border-color: rgb(164,142,4); }
td.TdClassName
{
border-color: #A48E04;
}
.TagClassName
{
border-color: #A48E04;
}
</style>