Shades of Dark Goldenrod #A99008
Tints of Dark Goldenrod #A99008
RGB
CMYK
RGB Variations
Color information
#A99008 (or 0xA99008) is known color: Dark Goldenrod. HEX triplet: A9, 90 and 08. RGB value is (169,144,8). Sum of RGB (Red+Green+Blue) = 169+144+8=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A99008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99008 is #566FF7. Grayscale: #888888. Windows color (decimal): -5664760 or 561321. OLE color: 561321.
HSL color Cylindrical-coordinate representation of color #A99008: hue angle of 50.68º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A99008 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 8 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.34 |
| HSL | 50.68º | 0.91% | 0.35% | - |
| HSV(B) | 50.68º | 0.95% | 0.66% | - |
| XYZ | 26.38 | 28.4 | 4.32 | - |
| YUV | 135.97 | 55.78 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 8 | 0 | 0.15 | 0.95 | 0.34 | 50.68 | 0.91 | 0.35 |
| Hex | A9 | 90 | 8 | 0 | F | 5F | 22 | 33 | 5B | 23 |
| Octal | 251 | 220 | 10 | 0 | 17 | 137 | 42 | 63 | 133 | 43 |
| Binary | 10101001 | 10010000 | 1000 | 0 | 1111 | 1011111 | 100010 | 110011 | 1011011 | 100011 |
Color Harmonies of #A99008
Complementary color
Monochromatic Colors of #A99008
Black with #A99008
Text Example
Text Example
White with #A99008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99008; }
p { color: rgb(169,144,8); }
H1.HeaderClassName
{
color: #A99008;
}
.AnyTagClassName
{
color: #A99008;
}
</style>
background-color css
<style>
a { background-color: #A99008; }
a { background-color: rgb(169,144,8); }
div.DivClassName
{
background-color: #A99008;
}
.BgClassName
{
background-color: #A99008;
}
</style>
border-color css
<style>
span { border-color: #A99008; }
span { border-color: rgb(169,144,8); }
td.TdClassName
{
border-color: #A99008;
}
.TagClassName
{
border-color: #A99008;
}
</style>