Shades of Dark Goldenrod #A48A04
Tints of Dark Goldenrod #A48A04
RGB
CMYK
RGB Variations
Color information
#A48A04 (or 0xA48A04) is known color: Dark Goldenrod. HEX triplet: A4, 8A and 04. RGB value is (164,138,4). Sum of RGB (Red+Green+Blue) = 164+138+4=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48A04 is #5B75FB. Grayscale: #838383. Windows color (decimal): -5993980 or 297636. OLE color: 297636.
HSL color Cylindrical-coordinate representation of color #A48A04: hue angle of 50.25º 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 #A48A04 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.36 |
| HSL | 50.25º | 0.95% | 0.33% | - |
| HSV(B) | 50.25º | 0.98% | 0.64% | - |
| XYZ | 24.42 | 26.08 | 3.86 | - |
| YUV | 130.5 | 56.61 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 4 | 0 | 0.16 | 0.98 | 0.36 | 50.25 | 0.95 | 0.33 |
| Hex | A4 | 8A | 4 | 0 | 10 | 62 | 24 | 32 | 5F | 21 |
| Octal | 244 | 212 | 4 | 0 | 20 | 142 | 44 | 62 | 137 | 41 |
| Binary | 10100100 | 10001010 | 100 | 0 | 10000 | 1100010 | 100100 | 110010 | 1011111 | 100001 |
Color Harmonies of #A48A04
Complementary color
Monochromatic Colors of #A48A04
Black with #A48A04
Text Example
Text Example
White with #A48A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A04; }
p { color: rgb(164,138,4); }
H1.HeaderClassName
{
color: #A48A04;
}
.AnyTagClassName
{
color: #A48A04;
}
</style>
background-color css
<style>
a { background-color: #A48A04; }
a { background-color: rgb(164,138,4); }
div.DivClassName
{
background-color: #A48A04;
}
.BgClassName
{
background-color: #A48A04;
}
</style>
border-color css
<style>
span { border-color: #A48A04; }
span { border-color: rgb(164,138,4); }
td.TdClassName
{
border-color: #A48A04;
}
.TagClassName
{
border-color: #A48A04;
}
</style>