Shades of Dark Goldenrod #A99102
Tints of Dark Goldenrod #A99102
RGB
CMYK
RGB Variations
Color information
#A99102 (or 0xA99102) is known color: Dark Goldenrod. HEX triplet: A9, 91 and 02. RGB value is (169,145,2). Sum of RGB (Red+Green+Blue) = 169+145+2=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A99102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99102 is #566EFD. Grayscale: #888888. Windows color (decimal): -5664510 or 168361. OLE color: 168361.
HSL color Cylindrical-coordinate representation of color #A99102: hue angle of 51.38º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A99102 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.34 |
| HSL | 51.38º | 0.98% | 0.34% | - |
| HSV(B) | 51.38º | 0.99% | 0.66% | - |
| XYZ | 26.5 | 28.69 | 4.2 | - |
| YUV | 135.87 | 52.45 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 2 | 0 | 0.14 | 0.99 | 0.34 | 51.38 | 0.98 | 0.34 |
| Hex | A9 | 91 | 2 | 0 | E | 63 | 22 | 33 | 62 | 22 |
| Octal | 251 | 221 | 2 | 0 | 16 | 143 | 42 | 63 | 142 | 42 |
| Binary | 10101001 | 10010001 | 10 | 0 | 1110 | 1100011 | 100010 | 110011 | 1100010 | 100010 |
Color Harmonies of #A99102
Complementary color
Monochromatic Colors of #A99102
Black with #A99102
Text Example
Text Example
White with #A99102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99102; }
p { color: rgb(169,145,2); }
H1.HeaderClassName
{
color: #A99102;
}
.AnyTagClassName
{
color: #A99102;
}
</style>
background-color css
<style>
a { background-color: #A99102; }
a { background-color: rgb(169,145,2); }
div.DivClassName
{
background-color: #A99102;
}
.BgClassName
{
background-color: #A99102;
}
</style>
border-color css
<style>
span { border-color: #A99102; }
span { border-color: rgb(169,145,2); }
td.TdClassName
{
border-color: #A99102;
}
.TagClassName
{
border-color: #A99102;
}
</style>