Shades of Dark Goldenrod #A48A05
Tints of Dark Goldenrod #A48A05
RGB
CMYK
RGB Variations
Color information
#A48A05 (or 0xA48A05) is known color: Dark Goldenrod. HEX triplet: A4, 8A and 05. RGB value is (164,138,5). Sum of RGB (Red+Green+Blue) = 164+138+5=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48A05 is #5B75FA. Grayscale: #838383. Windows color (decimal): -5993979 or 363172. OLE color: 363172.
HSL color Cylindrical-coordinate representation of color #A48A05: hue angle of 50.19º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A48A05 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 5 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.36 |
| HSL | 50.19º | 0.94% | 0.33% | - |
| HSV(B) | 50.19º | 0.97% | 0.64% | - |
| XYZ | 24.43 | 26.08 | 3.89 | - |
| YUV | 130.61 | 57.11 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 5 | 0 | 0.16 | 0.97 | 0.36 | 50.19 | 0.94 | 0.33 |
| Hex | A4 | 8A | 5 | 0 | 10 | 61 | 24 | 32 | 5E | 21 |
| Octal | 244 | 212 | 5 | 0 | 20 | 141 | 44 | 62 | 136 | 41 |
| Binary | 10100100 | 10001010 | 101 | 0 | 10000 | 1100001 | 100100 | 110010 | 1011110 | 100001 |
Color Harmonies of #A48A05
Complementary color
Monochromatic Colors of #A48A05
Black with #A48A05
Text Example
Text Example
White with #A48A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A05; }
p { color: rgb(164,138,5); }
H1.HeaderClassName
{
color: #A48A05;
}
.AnyTagClassName
{
color: #A48A05;
}
</style>
background-color css
<style>
a { background-color: #A48A05; }
a { background-color: rgb(164,138,5); }
div.DivClassName
{
background-color: #A48A05;
}
.BgClassName
{
background-color: #A48A05;
}
</style>
border-color css
<style>
span { border-color: #A48A05; }
span { border-color: rgb(164,138,5); }
td.TdClassName
{
border-color: #A48A05;
}
.TagClassName
{
border-color: #A48A05;
}
</style>