Shades of Dark Goldenrod #A07905
Tints of Dark Goldenrod #A07905
RGB
CMYK
RGB Variations
Color information
#A07905 (or 0xA07905) is known color: Dark Goldenrod. HEX triplet: A0, 79 and 05. RGB value is (160,121,5). Sum of RGB (Red+Green+Blue) = 160+121+5=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A07905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07905 is #5F86FA. Grayscale: #777777. Windows color (decimal): -6260475 or 358816. OLE color: 358816.
HSL color Cylindrical-coordinate representation of color #A07905: hue angle of 44.9º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A07905 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 5 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.37 |
| HSL | 44.9º | 0.94% | 0.32% | - |
| HSV(B) | 44.9º | 0.97% | 0.63% | - |
| XYZ | 21.36 | 21.16 | 3.1 | - |
| YUV | 119.44 | 63.42 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 5 | 0 | 0.24 | 0.97 | 0.37 | 44.9 | 0.94 | 0.32 |
| Hex | A0 | 79 | 5 | 0 | 18 | 61 | 25 | 2D | 5E | 20 |
| Octal | 240 | 171 | 5 | 0 | 30 | 141 | 45 | 55 | 136 | 40 |
| Binary | 10100000 | 1111001 | 101 | 0 | 11000 | 1100001 | 100101 | 101101 | 1011110 | 100000 |
Color Harmonies of #A07905
Complementary color
Monochromatic Colors of #A07905
Black with #A07905
Text Example
Text Example
White with #A07905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07905; }
p { color: rgb(160,121,5); }
H1.HeaderClassName
{
color: #A07905;
}
.AnyTagClassName
{
color: #A07905;
}
</style>
background-color css
<style>
a { background-color: #A07905; }
a { background-color: rgb(160,121,5); }
div.DivClassName
{
background-color: #A07905;
}
.BgClassName
{
background-color: #A07905;
}
</style>
border-color css
<style>
span { border-color: #A07905; }
span { border-color: rgb(160,121,5); }
td.TdClassName
{
border-color: #A07905;
}
.TagClassName
{
border-color: #A07905;
}
</style>