Shades of Dark Goldenrod #A17802
Tints of Dark Goldenrod #A17802
RGB
CMYK
RGB Variations
Color information
#A17802 (or 0xA17802) is known color: Dark Goldenrod. HEX triplet: A1, 78 and 02. RGB value is (161,120,2). Sum of RGB (Red+Green+Blue) = 161+120+2=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A17802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17802 is #5E87FD. Grayscale: #777777. Windows color (decimal): -6195198 or 161953. OLE color: 161953.
HSL color Cylindrical-coordinate representation of color #A17802: hue angle of 44.53º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A17802 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.37 |
| HSL | 44.53º | 0.98% | 0.32% | - |
| HSV(B) | 44.53º | 0.99% | 0.63% | - |
| XYZ | 21.43 | 21.01 | 2.98 | - |
| YUV | 118.81 | 62.08 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 2 | 0 | 0.25 | 0.99 | 0.37 | 44.53 | 0.98 | 0.32 |
| Hex | A1 | 78 | 2 | 0 | 19 | 63 | 25 | 2D | 62 | 20 |
| Octal | 241 | 170 | 2 | 0 | 31 | 143 | 45 | 55 | 142 | 40 |
| Binary | 10100001 | 1111000 | 10 | 0 | 11001 | 1100011 | 100101 | 101101 | 1100010 | 100000 |
Color Harmonies of #A17802
Complementary color
Monochromatic Colors of #A17802
Black with #A17802
Text Example
Text Example
White with #A17802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17802; }
p { color: rgb(161,120,2); }
H1.HeaderClassName
{
color: #A17802;
}
.AnyTagClassName
{
color: #A17802;
}
</style>
background-color css
<style>
a { background-color: #A17802; }
a { background-color: rgb(161,120,2); }
div.DivClassName
{
background-color: #A17802;
}
.BgClassName
{
background-color: #A17802;
}
</style>
border-color css
<style>
span { border-color: #A17802; }
span { border-color: rgb(161,120,2); }
td.TdClassName
{
border-color: #A17802;
}
.TagClassName
{
border-color: #A17802;
}
</style>