Shades of Dark Goldenrod #A17803
Tints of Dark Goldenrod #A17803
RGB
CMYK
RGB Variations
Color information
#A17803 (or 0xA17803) is known color: Dark Goldenrod. HEX triplet: A1, 78 and 03. RGB value is (161,120,3). Sum of RGB (Red+Green+Blue) = 161+120+3=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A17803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17803 is #5E87FC. Grayscale: #777777. Windows color (decimal): -6195197 or 227489. OLE color: 227489.
HSL color Cylindrical-coordinate representation of color #A17803: hue angle of 44.43º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A17803 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 3 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.37 |
| HSL | 44.43º | 0.96% | 0.32% | - |
| HSV(B) | 44.43º | 0.98% | 0.63% | - |
| XYZ | 21.43 | 21.02 | 3.01 | - |
| YUV | 118.92 | 62.58 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 3 | 0 | 0.25 | 0.98 | 0.37 | 44.43 | 0.96 | 0.32 |
| Hex | A1 | 78 | 3 | 0 | 19 | 62 | 25 | 2C | 60 | 20 |
| Octal | 241 | 170 | 3 | 0 | 31 | 142 | 45 | 54 | 140 | 40 |
| Binary | 10100001 | 1111000 | 11 | 0 | 11001 | 1100010 | 100101 | 101100 | 1100000 | 100000 |
Color Harmonies of #A17803
Complementary color
Monochromatic Colors of #A17803
Black with #A17803
Text Example
Text Example
White with #A17803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17803; }
p { color: rgb(161,120,3); }
H1.HeaderClassName
{
color: #A17803;
}
.AnyTagClassName
{
color: #A17803;
}
</style>
background-color css
<style>
a { background-color: #A17803; }
a { background-color: rgb(161,120,3); }
div.DivClassName
{
background-color: #A17803;
}
.BgClassName
{
background-color: #A17803;
}
</style>
border-color css
<style>
span { border-color: #A17803; }
span { border-color: rgb(161,120,3); }
td.TdClassName
{
border-color: #A17803;
}
.TagClassName
{
border-color: #A17803;
}
</style>