Shades of Dark Goldenrod #A17805
Tints of Dark Goldenrod #A17805
RGB
CMYK
RGB Variations
Color information
#A17805 (or 0xA17805) is known color: Dark Goldenrod. HEX triplet: A1, 78 and 05. RGB value is (161,120,5). Sum of RGB (Red+Green+Blue) = 161+120+5=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A17805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17805 is #5E87FA. Grayscale: #777777. Windows color (decimal): -6195195 or 358561. OLE color: 358561.
HSL color Cylindrical-coordinate representation of color #A17805: hue angle of 44.23º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A17805 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 5 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.37 |
| HSL | 44.23º | 0.94% | 0.33% | - |
| HSV(B) | 44.23º | 0.97% | 0.63% | - |
| XYZ | 21.44 | 21.02 | 3.07 | - |
| YUV | 119.15 | 63.58 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 5 | 0 | 0.25 | 0.97 | 0.37 | 44.23 | 0.94 | 0.33 |
| Hex | A1 | 78 | 5 | 0 | 19 | 61 | 25 | 2C | 5E | 21 |
| Octal | 241 | 170 | 5 | 0 | 31 | 141 | 45 | 54 | 136 | 41 |
| Binary | 10100001 | 1111000 | 101 | 0 | 11001 | 1100001 | 100101 | 101100 | 1011110 | 100001 |
Color Harmonies of #A17805
Complementary color
Monochromatic Colors of #A17805
Black with #A17805
Text Example
Text Example
White with #A17805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17805; }
p { color: rgb(161,120,5); }
H1.HeaderClassName
{
color: #A17805;
}
.AnyTagClassName
{
color: #A17805;
}
</style>
background-color css
<style>
a { background-color: #A17805; }
a { background-color: rgb(161,120,5); }
div.DivClassName
{
background-color: #A17805;
}
.BgClassName
{
background-color: #A17805;
}
</style>
border-color css
<style>
span { border-color: #A17805; }
span { border-color: rgb(161,120,5); }
td.TdClassName
{
border-color: #A17805;
}
.TagClassName
{
border-color: #A17805;
}
</style>