Shades of Dark Goldenrod #A17A07
Tints of Dark Goldenrod #A17A07
RGB
CMYK
RGB Variations
Color information
#A17A07 (or 0xA17A07) is known color: Dark Goldenrod. HEX triplet: A1, 7A and 07. RGB value is (161,122,7). Sum of RGB (Red+Green+Blue) = 161+122+7=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17A07 is #5E85F8. Grayscale: #797979. Windows color (decimal): -6194681 or 490145. OLE color: 490145.
HSL color Cylindrical-coordinate representation of color #A17A07: hue angle of 44.81º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A17A07 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 7 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.37 |
| HSL | 44.81º | 0.92% | 0.33% | - |
| HSV(B) | 44.81º | 0.96% | 0.63% | - |
| XYZ | 21.7 | 21.51 | 3.21 | - |
| YUV | 120.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 7 | 0 | 0.24 | 0.96 | 0.37 | 44.81 | 0.92 | 0.33 |
| Hex | A1 | 7A | 7 | 0 | 18 | 60 | 25 | 2D | 5C | 21 |
| Octal | 241 | 172 | 7 | 0 | 30 | 140 | 45 | 55 | 134 | 41 |
| Binary | 10100001 | 1111010 | 111 | 0 | 11000 | 1100000 | 100101 | 101101 | 1011100 | 100001 |
Color Harmonies of #A17A07
Complementary color
Monochromatic Colors of #A17A07
Black with #A17A07
Text Example
Text Example
White with #A17A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A07; }
p { color: rgb(161,122,7); }
H1.HeaderClassName
{
color: #A17A07;
}
.AnyTagClassName
{
color: #A17A07;
}
</style>
background-color css
<style>
a { background-color: #A17A07; }
a { background-color: rgb(161,122,7); }
div.DivClassName
{
background-color: #A17A07;
}
.BgClassName
{
background-color: #A17A07;
}
</style>
border-color css
<style>
span { border-color: #A17A07; }
span { border-color: rgb(161,122,7); }
td.TdClassName
{
border-color: #A17A07;
}
.TagClassName
{
border-color: #A17A07;
}
</style>