Shades of Dark Goldenrod #A08407
Tints of Dark Goldenrod #A08407
RGB
CMYK
RGB Variations
Color information
#A08407 (or 0xA08407) is known color: Dark Goldenrod. HEX triplet: A0, 84 and 07. RGB value is (160,132,7). Sum of RGB (Red+Green+Blue) = 160+132+7=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A08407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08407 is #5F7BF8. Grayscale: #7E7E7E. Windows color (decimal): -6257657 or 492704. OLE color: 492704.
HSL color Cylindrical-coordinate representation of color #A08407: hue angle of 49.02º 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 #A08407 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 7 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.37 |
| HSL | 49.02º | 0.92% | 0.33% | - |
| HSV(B) | 49.02º | 0.96% | 0.63% | - |
| XYZ | 22.79 | 23.99 | 3.63 | - |
| YUV | 126.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 7 | 0 | 0.17 | 0.96 | 0.37 | 49.02 | 0.92 | 0.33 |
| Hex | A0 | 84 | 7 | 0 | 11 | 60 | 25 | 31 | 5C | 21 |
| Octal | 240 | 204 | 7 | 0 | 21 | 140 | 45 | 61 | 134 | 41 |
| Binary | 10100000 | 10000100 | 111 | 0 | 10001 | 1100000 | 100101 | 110001 | 1011100 | 100001 |
Color Harmonies of #A08407
Complementary color
Monochromatic Colors of #A08407
Black with #A08407
Text Example
Text Example
White with #A08407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08407; }
p { color: rgb(160,132,7); }
H1.HeaderClassName
{
color: #A08407;
}
.AnyTagClassName
{
color: #A08407;
}
</style>
background-color css
<style>
a { background-color: #A08407; }
a { background-color: rgb(160,132,7); }
div.DivClassName
{
background-color: #A08407;
}
.BgClassName
{
background-color: #A08407;
}
</style>
border-color css
<style>
span { border-color: #A08407; }
span { border-color: rgb(160,132,7); }
td.TdClassName
{
border-color: #A08407;
}
.TagClassName
{
border-color: #A08407;
}
</style>