Shades of Dark Goldenrod #A69002
Tints of Dark Goldenrod #A69002
RGB
CMYK
RGB Variations
Color information
#A69002 (or 0xA69002) is known color: Dark Goldenrod. HEX triplet: A6, 90 and 02. RGB value is (166,144,2). Sum of RGB (Red+Green+Blue) = 166+144+2=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A69002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69002 is #596FFD. Grayscale: #868686. Windows color (decimal): -5861374 or 168102. OLE color: 168102.
HSL color Cylindrical-coordinate representation of color #A69002: hue angle of 51.95º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A69002 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.35 |
| HSL | 51.95º | 0.98% | 0.33% | - |
| HSV(B) | 51.95º | 0.99% | 0.65% | - |
| XYZ | 25.71 | 28.06 | 4.12 | - |
| YUV | 134.39 | 53.29 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 2 | 0 | 0.13 | 0.99 | 0.35 | 51.95 | 0.98 | 0.33 |
| Hex | A6 | 90 | 2 | 0 | D | 63 | 23 | 34 | 62 | 21 |
| Octal | 246 | 220 | 2 | 0 | 15 | 143 | 43 | 64 | 142 | 41 |
| Binary | 10100110 | 10010000 | 10 | 0 | 1101 | 1100011 | 100011 | 110100 | 1100010 | 100001 |
Color Harmonies of #A69002
Complementary color
Monochromatic Colors of #A69002
Black with #A69002
Text Example
Text Example
White with #A69002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69002; }
p { color: rgb(166,144,2); }
H1.HeaderClassName
{
color: #A69002;
}
.AnyTagClassName
{
color: #A69002;
}
</style>
background-color css
<style>
a { background-color: #A69002; }
a { background-color: rgb(166,144,2); }
div.DivClassName
{
background-color: #A69002;
}
.BgClassName
{
background-color: #A69002;
}
</style>
border-color css
<style>
span { border-color: #A69002; }
span { border-color: rgb(166,144,2); }
td.TdClassName
{
border-color: #A69002;
}
.TagClassName
{
border-color: #A69002;
}
</style>