Shades of Dark Goldenrod #A99400
Tints of Dark Goldenrod #A99400
RGB
CMYK
RGB Variations
Color information
#A99400 (or 0xA99400) is known color: Dark Goldenrod. HEX triplet: A9, 94 and 00. RGB value is (169,148,0). Sum of RGB (Red+Green+Blue) = 169+148+0=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A99400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99400 is #566BFF. Grayscale: #8A8A8A. Windows color (decimal): -5663744 or 38057. OLE color: 38057.
HSL color Cylindrical-coordinate representation of color #A99400: hue angle of 52.54º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A99400 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 148 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.34 |
| HSL | 52.54º | 1% | 0.33% | - |
| HSV(B) | 52.54º | 1% | 0.66% | - |
| XYZ | 26.95 | 29.61 | 4.3 | - |
| YUV | 137.41 | 50.46 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 0 | 0 | 0.12 | 1 | 0.34 | 52.54 | 1 | 0.33 |
| Hex | A9 | 94 | 0 | 0 | C | 64 | 22 | 35 | 64 | 21 |
| Octal | 251 | 224 | 0 | 0 | 14 | 144 | 42 | 65 | 144 | 41 |
| Binary | 10101001 | 10010100 | 0 | 0 | 1100 | 1100100 | 100010 | 110101 | 1100100 | 100001 |
Color Harmonies of #A99400
Complementary color
Monochromatic Colors of #A99400
Black with #A99400
Text Example
Text Example
White with #A99400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99400; }
p { color: rgb(169,148,0); }
H1.HeaderClassName
{
color: #A99400;
}
.AnyTagClassName
{
color: #A99400;
}
</style>
background-color css
<style>
a { background-color: #A99400; }
a { background-color: rgb(169,148,0); }
div.DivClassName
{
background-color: #A99400;
}
.BgClassName
{
background-color: #A99400;
}
</style>
border-color css
<style>
span { border-color: #A99400; }
span { border-color: rgb(169,148,0); }
td.TdClassName
{
border-color: #A99400;
}
.TagClassName
{
border-color: #A99400;
}
</style>