Shades of Dark Goldenrod #A98702
Tints of Dark Goldenrod #A98702
RGB
CMYK
RGB Variations
Color information
#A98702 (or 0xA98702) is known color: Dark Goldenrod. HEX triplet: A9, 87 and 02. RGB value is (169,135,2). Sum of RGB (Red+Green+Blue) = 169+135+2=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A98702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98702 is #5678FD. Grayscale: #828282. Windows color (decimal): -5667070 or 165801. OLE color: 165801.
HSL color Cylindrical-coordinate representation of color #A98702: hue angle of 47.78º 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 #A98702 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 135 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.34 |
| HSL | 47.78º | 0.98% | 0.34% | - |
| HSV(B) | 47.78º | 0.99% | 0.66% | - |
| XYZ | 25.04 | 25.77 | 3.71 | - |
| YUV | 130 | 55.76 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 135 | 2 | 0 | 0.20 | 0.99 | 0.34 | 47.78 | 0.98 | 0.34 |
| Hex | A9 | 87 | 2 | 0 | 14 | 63 | 22 | 30 | 62 | 22 |
| Octal | 251 | 207 | 2 | 0 | 24 | 143 | 42 | 60 | 142 | 42 |
| Binary | 10101001 | 10000111 | 10 | 0 | 10100 | 1100011 | 100010 | 110000 | 1100010 | 100010 |
Color Harmonies of #A98702
Complementary color
Monochromatic Colors of #A98702
Black with #A98702
Text Example
Text Example
White with #A98702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98702; }
p { color: rgb(169,135,2); }
H1.HeaderClassName
{
color: #A98702;
}
.AnyTagClassName
{
color: #A98702;
}
</style>
background-color css
<style>
a { background-color: #A98702; }
a { background-color: rgb(169,135,2); }
div.DivClassName
{
background-color: #A98702;
}
.BgClassName
{
background-color: #A98702;
}
</style>
border-color css
<style>
span { border-color: #A98702; }
span { border-color: rgb(169,135,2); }
td.TdClassName
{
border-color: #A98702;
}
.TagClassName
{
border-color: #A98702;
}
</style>