Shades of Dark Goldenrod #A67A01
Tints of Dark Goldenrod #A67A01
RGB
CMYK
RGB Variations
Color information
#A67A01 (or 0xA67A01) is known color: Dark Goldenrod. HEX triplet: A6, 7A and 01. RGB value is (166,122,1). Sum of RGB (Red+Green+Blue) = 166+122+1=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67A01 is #5985FE. Grayscale: #797979. Windows color (decimal): -5867007 or 96934. OLE color: 96934.
HSL color Cylindrical-coordinate representation of color #A67A01: hue angle of 44º degrees, saturation: 0.99, 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 #A67A01 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 122 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.35 |
| HSL | 44º | 0.99% | 0.33% | - |
| HSV(B) | 44º | 0.99% | 0.65% | - |
| XYZ | 22.69 | 22.03 | 3.08 | - |
| YUV | 121.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 1 | 0 | 0.27 | 0.99 | 0.35 | 44 | 0.99 | 0.33 |
| Hex | A6 | 7A | 1 | 0 | 1B | 63 | 23 | 2C | 63 | 21 |
| Octal | 246 | 172 | 1 | 0 | 33 | 143 | 43 | 54 | 143 | 41 |
| Binary | 10100110 | 1111010 | 1 | 0 | 11011 | 1100011 | 100011 | 101100 | 1100011 | 100001 |
Color Harmonies of #A67A01
Complementary color
Monochromatic Colors of #A67A01
Black with #A67A01
Text Example
Text Example
White with #A67A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67A01; }
p { color: rgb(166,122,1); }
H1.HeaderClassName
{
color: #A67A01;
}
.AnyTagClassName
{
color: #A67A01;
}
</style>
background-color css
<style>
a { background-color: #A67A01; }
a { background-color: rgb(166,122,1); }
div.DivClassName
{
background-color: #A67A01;
}
.BgClassName
{
background-color: #A67A01;
}
</style>
border-color css
<style>
span { border-color: #A67A01; }
span { border-color: rgb(166,122,1); }
td.TdClassName
{
border-color: #A67A01;
}
.TagClassName
{
border-color: #A67A01;
}
</style>