Shades of Dark Goldenrod #A48F00
Tints of Dark Goldenrod #A48F00
RGB
CMYK
RGB Variations
Color information
#A48F00 (or 0xA48F00) is known color: Dark Goldenrod. HEX triplet: A4, 8F and 00. RGB value is (164,143,0). Sum of RGB (Red+Green+Blue) = 164+143+0=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48F00 is #5B70FF. Grayscale: #858585. Windows color (decimal): -5992704 or 36772. OLE color: 36772.
HSL color Cylindrical-coordinate representation of color #A48F00: hue angle of 52.32º 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 #A48F00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 143 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.36 |
| HSL | 52.32º | 1% | 0.32% | - |
| HSV(B) | 52.32º | 1% | 0.64% | - |
| XYZ | 25.13 | 27.54 | 3.99 | - |
| YUV | 132.98 | 52.96 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 0 | 0 | 0.13 | 1 | 0.36 | 52.32 | 1 | 0.32 |
| Hex | A4 | 8F | 0 | 0 | D | 64 | 24 | 34 | 64 | 20 |
| Octal | 244 | 217 | 0 | 0 | 15 | 144 | 44 | 64 | 144 | 40 |
| Binary | 10100100 | 10001111 | 0 | 0 | 1101 | 1100100 | 100100 | 110100 | 1100100 | 100000 |
Color Harmonies of #A48F00
Complementary color
Monochromatic Colors of #A48F00
Black with #A48F00
Text Example
Text Example
White with #A48F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48F00; }
p { color: rgb(164,143,0); }
H1.HeaderClassName
{
color: #A48F00;
}
.AnyTagClassName
{
color: #A48F00;
}
</style>
background-color css
<style>
a { background-color: #A48F00; }
a { background-color: rgb(164,143,0); }
div.DivClassName
{
background-color: #A48F00;
}
.BgClassName
{
background-color: #A48F00;
}
</style>
border-color css
<style>
span { border-color: #A48F00; }
span { border-color: rgb(164,143,0); }
td.TdClassName
{
border-color: #A48F00;
}
.TagClassName
{
border-color: #A48F00;
}
</style>