Shades of Dark Goldenrod #A48D00
Tints of Dark Goldenrod #A48D00
RGB
CMYK
RGB Variations
Color information
#A48D00 (or 0xA48D00) is known color: Dark Goldenrod. HEX triplet: A4, 8D and 00. RGB value is (164,141,0). Sum of RGB (Red+Green+Blue) = 164+141+0=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48D00 is #5B72FF. Grayscale: #848484. Windows color (decimal): -5993216 or 36260. OLE color: 36260.
HSL color Cylindrical-coordinate representation of color #A48D00: hue angle of 51.59º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A48D00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.36 |
| HSL | 51.59º | 1% | 0.32% | - |
| HSV(B) | 51.59º | 1% | 0.64% | - |
| XYZ | 24.83 | 26.94 | 3.89 | - |
| YUV | 131.8 | 53.62 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 0 | 0 | 0.14 | 1 | 0.36 | 51.59 | 1 | 0.32 |
| Hex | A4 | 8D | 0 | 0 | E | 64 | 24 | 34 | 64 | 20 |
| Octal | 244 | 215 | 0 | 0 | 16 | 144 | 44 | 64 | 144 | 40 |
| Binary | 10100100 | 10001101 | 0 | 0 | 1110 | 1100100 | 100100 | 110100 | 1100100 | 100000 |
Color Harmonies of #A48D00
Complementary color
Monochromatic Colors of #A48D00
Black with #A48D00
Text Example
Text Example
White with #A48D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D00; }
p { color: rgb(164,141,0); }
H1.HeaderClassName
{
color: #A48D00;
}
.AnyTagClassName
{
color: #A48D00;
}
</style>
background-color css
<style>
a { background-color: #A48D00; }
a { background-color: rgb(164,141,0); }
div.DivClassName
{
background-color: #A48D00;
}
.BgClassName
{
background-color: #A48D00;
}
</style>
border-color css
<style>
span { border-color: #A48D00; }
span { border-color: rgb(164,141,0); }
td.TdClassName
{
border-color: #A48D00;
}
.TagClassName
{
border-color: #A48D00;
}
</style>