Shades of Dark Goldenrod #A18007
Tints of Dark Goldenrod #A18007
RGB
CMYK
RGB Variations
Color information
#A18007 (or 0xA18007) is known color: Dark Goldenrod. HEX triplet: A1, 80 and 07. RGB value is (161,128,7). Sum of RGB (Red+Green+Blue) = 161+128+7=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A18007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18007 is #5E7FF8. Grayscale: #7C7C7C. Windows color (decimal): -6193145 or 491681. OLE color: 491681.
HSL color Cylindrical-coordinate representation of color #A18007: hue angle of 47.14º 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 #A18007 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 7 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.37 |
| HSL | 47.14º | 0.92% | 0.33% | - |
| HSV(B) | 47.14º | 0.96% | 0.63% | - |
| XYZ | 22.46 | 23.03 | 3.46 | - |
| YUV | 124.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 7 | 0 | 0.20 | 0.96 | 0.37 | 47.14 | 0.92 | 0.33 |
| Hex | A1 | 80 | 7 | 0 | 14 | 60 | 25 | 2F | 5C | 21 |
| Octal | 241 | 200 | 7 | 0 | 24 | 140 | 45 | 57 | 134 | 41 |
| Binary | 10100001 | 10000000 | 111 | 0 | 10100 | 1100000 | 100101 | 101111 | 1011100 | 100001 |
Color Harmonies of #A18007
Complementary color
Monochromatic Colors of #A18007
Black with #A18007
Text Example
Text Example
White with #A18007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18007; }
p { color: rgb(161,128,7); }
H1.HeaderClassName
{
color: #A18007;
}
.AnyTagClassName
{
color: #A18007;
}
</style>
background-color css
<style>
a { background-color: #A18007; }
a { background-color: rgb(161,128,7); }
div.DivClassName
{
background-color: #A18007;
}
.BgClassName
{
background-color: #A18007;
}
</style>
border-color css
<style>
span { border-color: #A18007; }
span { border-color: rgb(161,128,7); }
td.TdClassName
{
border-color: #A18007;
}
.TagClassName
{
border-color: #A18007;
}
</style>