Shades of Dark Goldenrod #A17B05
Tints of Dark Goldenrod #A17B05
RGB
CMYK
RGB Variations
Color information
#A17B05 (or 0xA17B05) is known color: Dark Goldenrod. HEX triplet: A1, 7B and 05. RGB value is (161,123,5). Sum of RGB (Red+Green+Blue) = 161+123+5=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17B05 is #5E84FA. Grayscale: #797979. Windows color (decimal): -6194427 or 359329. OLE color: 359329.
HSL color Cylindrical-coordinate representation of color #A17B05: hue angle of 45.38º 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 #A17B05 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 5 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.37 |
| HSL | 45.38º | 0.94% | 0.33% | - |
| HSV(B) | 45.38º | 0.97% | 0.63% | - |
| XYZ | 21.81 | 21.75 | 3.19 | - |
| YUV | 120.91 | 62.59 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 5 | 0 | 0.24 | 0.97 | 0.37 | 45.38 | 0.94 | 0.33 |
| Hex | A1 | 7B | 5 | 0 | 18 | 61 | 25 | 2D | 5E | 21 |
| Octal | 241 | 173 | 5 | 0 | 30 | 141 | 45 | 55 | 136 | 41 |
| Binary | 10100001 | 1111011 | 101 | 0 | 11000 | 1100001 | 100101 | 101101 | 1011110 | 100001 |
Color Harmonies of #A17B05
Complementary color
Monochromatic Colors of #A17B05
Black with #A17B05
Text Example
Text Example
White with #A17B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B05; }
p { color: rgb(161,123,5); }
H1.HeaderClassName
{
color: #A17B05;
}
.AnyTagClassName
{
color: #A17B05;
}
</style>
background-color css
<style>
a { background-color: #A17B05; }
a { background-color: rgb(161,123,5); }
div.DivClassName
{
background-color: #A17B05;
}
.BgClassName
{
background-color: #A17B05;
}
</style>
border-color css
<style>
span { border-color: #A17B05; }
span { border-color: rgb(161,123,5); }
td.TdClassName
{
border-color: #A17B05;
}
.TagClassName
{
border-color: #A17B05;
}
</style>