Shades of Dark Goldenrod #A07802
Tints of Dark Goldenrod #A07802
RGB
CMYK
RGB Variations
Color information
#A07802 (or 0xA07802) is known color: Dark Goldenrod. HEX triplet: A0, 78 and 02. RGB value is (160,120,2). Sum of RGB (Red+Green+Blue) = 160+120+2=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A07802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07802 is #5F87FD. Grayscale: #777777. Windows color (decimal): -6260734 or 161952. OLE color: 161952.
HSL color Cylindrical-coordinate representation of color #A07802: hue angle of 44.81º 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 #A07802 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.37 |
| HSL | 44.81º | 0.98% | 0.32% | - |
| HSV(B) | 44.81º | 0.99% | 0.63% | - |
| XYZ | 21.22 | 20.91 | 2.97 | - |
| YUV | 118.51 | 62.25 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 2 | 0 | 0.25 | 0.99 | 0.37 | 44.81 | 0.98 | 0.32 |
| Hex | A0 | 78 | 2 | 0 | 19 | 63 | 25 | 2D | 62 | 20 |
| Octal | 240 | 170 | 2 | 0 | 31 | 143 | 45 | 55 | 142 | 40 |
| Binary | 10100000 | 1111000 | 10 | 0 | 11001 | 1100011 | 100101 | 101101 | 1100010 | 100000 |
Color Harmonies of #A07802
Complementary color
Monochromatic Colors of #A07802
Black with #A07802
Text Example
Text Example
White with #A07802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07802; }
p { color: rgb(160,120,2); }
H1.HeaderClassName
{
color: #A07802;
}
.AnyTagClassName
{
color: #A07802;
}
</style>
background-color css
<style>
a { background-color: #A07802; }
a { background-color: rgb(160,120,2); }
div.DivClassName
{
background-color: #A07802;
}
.BgClassName
{
background-color: #A07802;
}
</style>
border-color css
<style>
span { border-color: #A07802; }
span { border-color: rgb(160,120,2); }
td.TdClassName
{
border-color: #A07802;
}
.TagClassName
{
border-color: #A07802;
}
</style>