Shades of Dark Goldenrod #A47500
Tints of Dark Goldenrod #A47500
RGB
CMYK
RGB Variations
Color information
#A47500 (or 0xA47500) is known color: Dark Goldenrod. HEX triplet: A4, 75 and 00. RGB value is (164,117,0). Sum of RGB (Red+Green+Blue) = 164+117+0=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A47500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47500 is #5B8AFF. Grayscale: #767676. Windows color (decimal): -5999360 or 30116. OLE color: 30116.
HSL color Cylindrical-coordinate representation of color #A47500: hue angle of 42.8º 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 #A47500 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 117 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.36 |
| HSL | 42.8º | 1% | 0.32% | - |
| HSV(B) | 42.8º | 1% | 0.64% | - |
| XYZ | 21.67 | 20.62 | 2.84 | - |
| YUV | 117.72 | 61.57 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 0 | 0 | 0.29 | 1 | 0.36 | 42.8 | 1 | 0.32 |
| Hex | A4 | 75 | 0 | 0 | 1D | 64 | 24 | 2B | 64 | 20 |
| Octal | 244 | 165 | 0 | 0 | 35 | 144 | 44 | 53 | 144 | 40 |
| Binary | 10100100 | 1110101 | 0 | 0 | 11101 | 1100100 | 100100 | 101011 | 1100100 | 100000 |
Color Harmonies of #A47500
Complementary color
Monochromatic Colors of #A47500
Black with #A47500
Text Example
Text Example
White with #A47500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47500; }
p { color: rgb(164,117,0); }
H1.HeaderClassName
{
color: #A47500;
}
.AnyTagClassName
{
color: #A47500;
}
</style>
background-color css
<style>
a { background-color: #A47500; }
a { background-color: rgb(164,117,0); }
div.DivClassName
{
background-color: #A47500;
}
.BgClassName
{
background-color: #A47500;
}
</style>
border-color css
<style>
span { border-color: #A47500; }
span { border-color: rgb(164,117,0); }
td.TdClassName
{
border-color: #A47500;
}
.TagClassName
{
border-color: #A47500;
}
</style>