Shades of Dark Goldenrod #A37802
Tints of Dark Goldenrod #A37802
RGB
CMYK
RGB Variations
Color information
#A37802 (or 0xA37802) is known color: Dark Goldenrod. HEX triplet: A3, 78 and 02. RGB value is (163,120,2). Sum of RGB (Red+Green+Blue) = 163+120+2=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A37802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37802 is #5C87FD. Grayscale: #777777. Windows color (decimal): -6064126 or 161955. OLE color: 161955.
HSL color Cylindrical-coordinate representation of color #A37802: hue angle of 43.98º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A37802 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 120 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.36 |
| HSL | 43.98º | 0.98% | 0.32% | - |
| HSV(B) | 43.98º | 0.99% | 0.64% | - |
| XYZ | 21.83 | 21.22 | 3 | - |
| YUV | 119.41 | 61.75 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 2 | 0 | 0.26 | 0.99 | 0.36 | 43.98 | 0.98 | 0.32 |
| Hex | A3 | 78 | 2 | 0 | 1A | 63 | 24 | 2C | 62 | 20 |
| Octal | 243 | 170 | 2 | 0 | 32 | 143 | 44 | 54 | 142 | 40 |
| Binary | 10100011 | 1111000 | 10 | 0 | 11010 | 1100011 | 100100 | 101100 | 1100010 | 100000 |
Color Harmonies of #A37802
Complementary color
Monochromatic Colors of #A37802
Black with #A37802
Text Example
Text Example
White with #A37802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37802; }
p { color: rgb(163,120,2); }
H1.HeaderClassName
{
color: #A37802;
}
.AnyTagClassName
{
color: #A37802;
}
</style>
background-color css
<style>
a { background-color: #A37802; }
a { background-color: rgb(163,120,2); }
div.DivClassName
{
background-color: #A37802;
}
.BgClassName
{
background-color: #A37802;
}
</style>
border-color css
<style>
span { border-color: #A37802; }
span { border-color: rgb(163,120,2); }
td.TdClassName
{
border-color: #A37802;
}
.TagClassName
{
border-color: #A37802;
}
</style>