Shades of Dark Goldenrod #A48906
Tints of Dark Goldenrod #A48906
RGB
CMYK
RGB Variations
Color information
#A48906 (or 0xA48906) is known color: Dark Goldenrod. HEX triplet: A4, 89 and 06. RGB value is (164,137,6). Sum of RGB (Red+Green+Blue) = 164+137+6=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A48906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48906 is #5B76F9. Grayscale: #828282. Windows color (decimal): -5994234 or 428452. OLE color: 428452.
HSL color Cylindrical-coordinate representation of color #A48906: hue angle of 49.75º 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 #A48906 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 137 | 6 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.36 |
| HSL | 49.75º | 0.93% | 0.33% | - |
| HSV(B) | 49.75º | 0.96% | 0.64% | - |
| XYZ | 24.29 | 25.8 | 3.87 | - |
| YUV | 130.14 | 57.95 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 137 | 6 | 0 | 0.16 | 0.96 | 0.36 | 49.75 | 0.93 | 0.33 |
| Hex | A4 | 89 | 6 | 0 | 10 | 60 | 24 | 32 | 5D | 21 |
| Octal | 244 | 211 | 6 | 0 | 20 | 140 | 44 | 62 | 135 | 41 |
| Binary | 10100100 | 10001001 | 110 | 0 | 10000 | 1100000 | 100100 | 110010 | 1011101 | 100001 |
Color Harmonies of #A48906
Complementary color
Monochromatic Colors of #A48906
Black with #A48906
Text Example
Text Example
White with #A48906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48906; }
p { color: rgb(164,137,6); }
H1.HeaderClassName
{
color: #A48906;
}
.AnyTagClassName
{
color: #A48906;
}
</style>
background-color css
<style>
a { background-color: #A48906; }
a { background-color: rgb(164,137,6); }
div.DivClassName
{
background-color: #A48906;
}
.BgClassName
{
background-color: #A48906;
}
</style>
border-color css
<style>
span { border-color: #A48906; }
span { border-color: rgb(164,137,6); }
td.TdClassName
{
border-color: #A48906;
}
.TagClassName
{
border-color: #A48906;
}
</style>