Shades of Dark Goldenrod #A48400
Tints of Dark Goldenrod #A48400
RGB
CMYK
RGB Variations
Color information
#A48400 (or 0xA48400) is known color: Dark Goldenrod. HEX triplet: A4, 84 and 00. RGB value is (164,132,0). Sum of RGB (Red+Green+Blue) = 164+132+0=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A48400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48400 is #5B7BFF. Grayscale: #7F7F7F. Windows color (decimal): -5995520 or 33956. OLE color: 33956.
HSL color Cylindrical-coordinate representation of color #A48400: hue angle of 48.29º 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 #A48400 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 132 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.36 |
| HSL | 48.29º | 1% | 0.32% | - |
| HSV(B) | 48.29º | 1% | 0.64% | - |
| XYZ | 23.56 | 24.4 | 3.47 | - |
| YUV | 126.52 | 56.6 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 0 | 0 | 0.20 | 1 | 0.36 | 48.29 | 1 | 0.32 |
| Hex | A4 | 84 | 0 | 0 | 14 | 64 | 24 | 30 | 64 | 20 |
| Octal | 244 | 204 | 0 | 0 | 24 | 144 | 44 | 60 | 144 | 40 |
| Binary | 10100100 | 10000100 | 0 | 0 | 10100 | 1100100 | 100100 | 110000 | 1100100 | 100000 |
Color Harmonies of #A48400
Complementary color
Monochromatic Colors of #A48400
Black with #A48400
Text Example
Text Example
White with #A48400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48400; }
p { color: rgb(164,132,0); }
H1.HeaderClassName
{
color: #A48400;
}
.AnyTagClassName
{
color: #A48400;
}
</style>
background-color css
<style>
a { background-color: #A48400; }
a { background-color: rgb(164,132,0); }
div.DivClassName
{
background-color: #A48400;
}
.BgClassName
{
background-color: #A48400;
}
</style>
border-color css
<style>
span { border-color: #A48400; }
span { border-color: rgb(164,132,0); }
td.TdClassName
{
border-color: #A48400;
}
.TagClassName
{
border-color: #A48400;
}
</style>