Shades of Dark Goldenrod #A97A01
Tints of Dark Goldenrod #A97A01
RGB
CMYK
RGB Variations
Color information
#A97A01 (or 0xA97A01) is known color: Dark Goldenrod. HEX triplet: A9, 7A and 01. RGB value is (169,122,1). Sum of RGB (Red+Green+Blue) = 169+122+1=292 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.88% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97A01 is #5685FE. Grayscale: #7A7A7A. Windows color (decimal): -5670399 or 96937. OLE color: 96937.
HSL color Cylindrical-coordinate representation of color #A97A01: hue angle of 43.21º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A97A01 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 122 | 1 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.34 |
| HSL | 43.21º | 0.99% | 0.33% | - |
| HSV(B) | 43.21º | 0.99% | 0.66% | - |
| XYZ | 23.33 | 22.36 | 3.11 | - |
| YUV | 122.26 | 59.57 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 1 | 0 | 0.28 | 0.99 | 0.34 | 43.21 | 0.99 | 0.33 |
| Hex | A9 | 7A | 1 | 0 | 1C | 63 | 22 | 2B | 63 | 21 |
| Octal | 251 | 172 | 1 | 0 | 34 | 143 | 42 | 53 | 143 | 41 |
| Binary | 10101001 | 1111010 | 1 | 0 | 11100 | 1100011 | 100010 | 101011 | 1100011 | 100001 |
Color Harmonies of #A97A01
Complementary color
Monochromatic Colors of #A97A01
Black with #A97A01
Text Example
Text Example
White with #A97A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97A01; }
p { color: rgb(169,122,1); }
H1.HeaderClassName
{
color: #A97A01;
}
.AnyTagClassName
{
color: #A97A01;
}
</style>
background-color css
<style>
a { background-color: #A97A01; }
a { background-color: rgb(169,122,1); }
div.DivClassName
{
background-color: #A97A01;
}
.BgClassName
{
background-color: #A97A01;
}
</style>
border-color css
<style>
span { border-color: #A97A01; }
span { border-color: rgb(169,122,1); }
td.TdClassName
{
border-color: #A97A01;
}
.TagClassName
{
border-color: #A97A01;
}
</style>