Shades of Dark Goldenrod #A37C02
Tints of Dark Goldenrod #A37C02
RGB
CMYK
RGB Variations
Color information
#A37C02 (or 0xA37C02) is known color: Dark Goldenrod. HEX triplet: A3, 7C and 02. RGB value is (163,124,2). Sum of RGB (Red+Green+Blue) = 163+124+2=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37C02 is #5C83FD. Grayscale: #7A7A7A. Windows color (decimal): -6063102 or 162979. OLE color: 162979.
HSL color Cylindrical-coordinate representation of color #A37C02: hue angle of 45.47º 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 #A37C02 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.36 |
| HSL | 45.47º | 0.98% | 0.32% | - |
| HSV(B) | 45.47º | 0.99% | 0.64% | - |
| XYZ | 22.32 | 22.21 | 3.17 | - |
| YUV | 121.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 2 | 0 | 0.24 | 0.99 | 0.36 | 45.47 | 0.98 | 0.32 |
| Hex | A3 | 7C | 2 | 0 | 18 | 63 | 24 | 2D | 62 | 20 |
| Octal | 243 | 174 | 2 | 0 | 30 | 143 | 44 | 55 | 142 | 40 |
| Binary | 10100011 | 1111100 | 10 | 0 | 11000 | 1100011 | 100100 | 101101 | 1100010 | 100000 |
Color Harmonies of #A37C02
Complementary color
Monochromatic Colors of #A37C02
Black with #A37C02
Text Example
Text Example
White with #A37C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C02; }
p { color: rgb(163,124,2); }
H1.HeaderClassName
{
color: #A37C02;
}
.AnyTagClassName
{
color: #A37C02;
}
</style>
background-color css
<style>
a { background-color: #A37C02; }
a { background-color: rgb(163,124,2); }
div.DivClassName
{
background-color: #A37C02;
}
.BgClassName
{
background-color: #A37C02;
}
</style>
border-color css
<style>
span { border-color: #A37C02; }
span { border-color: rgb(163,124,2); }
td.TdClassName
{
border-color: #A37C02;
}
.TagClassName
{
border-color: #A37C02;
}
</style>