Shades of Dark Goldenrod #A48506
Tints of Dark Goldenrod #A48506
RGB
CMYK
RGB Variations
Color information
#A48506 (or 0xA48506) is known color: Dark Goldenrod. HEX triplet: A4, 85 and 06. RGB value is (164,133,6). Sum of RGB (Red+Green+Blue) = 164+133+6=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A48506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48506 is #5B7AF9. Grayscale: #808080. Windows color (decimal): -5995258 or 427428. OLE color: 427428.
HSL color Cylindrical-coordinate representation of color #A48506: hue angle of 48.23º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A48506 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 133 | 6 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.36 |
| HSL | 48.23º | 0.93% | 0.33% | - |
| HSV(B) | 48.23º | 0.96% | 0.64% | - |
| XYZ | 23.73 | 24.68 | 3.69 | - |
| YUV | 127.79 | 59.27 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 6 | 0 | 0.19 | 0.96 | 0.36 | 48.23 | 0.93 | 0.33 |
| Hex | A4 | 85 | 6 | 0 | 13 | 60 | 24 | 30 | 5D | 21 |
| Octal | 244 | 205 | 6 | 0 | 23 | 140 | 44 | 60 | 135 | 41 |
| Binary | 10100100 | 10000101 | 110 | 0 | 10011 | 1100000 | 100100 | 110000 | 1011101 | 100001 |
Color Harmonies of #A48506
Complementary color
Monochromatic Colors of #A48506
Black with #A48506
Text Example
Text Example
White with #A48506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48506; }
p { color: rgb(164,133,6); }
H1.HeaderClassName
{
color: #A48506;
}
.AnyTagClassName
{
color: #A48506;
}
</style>
background-color css
<style>
a { background-color: #A48506; }
a { background-color: rgb(164,133,6); }
div.DivClassName
{
background-color: #A48506;
}
.BgClassName
{
background-color: #A48506;
}
</style>
border-color css
<style>
span { border-color: #A48506; }
span { border-color: rgb(164,133,6); }
td.TdClassName
{
border-color: #A48506;
}
.TagClassName
{
border-color: #A48506;
}
</style>