Shades of Dark Goldenrod #A37F01
Tints of Dark Goldenrod #A37F01
RGB
CMYK
RGB Variations
Color information
#A37F01 (or 0xA37F01) is known color: Dark Goldenrod. HEX triplet: A3, 7F and 01. RGB value is (163,127,1). Sum of RGB (Red+Green+Blue) = 163+127+1=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37F01 is #5C80FE. Grayscale: #7B7B7B. Windows color (decimal): -6062335 or 98211. OLE color: 98211.
HSL color Cylindrical-coordinate representation of color #A37F01: hue angle of 46.67º degrees, saturation: 0.99, 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 #A37F01 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 127 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.36 |
| HSL | 46.67º | 0.99% | 0.32% | - |
| HSV(B) | 46.67º | 0.99% | 0.64% | - |
| XYZ | 22.7 | 22.97 | 3.27 | - |
| YUV | 123.4 | 58.93 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 1 | 0 | 0.22 | 0.99 | 0.36 | 46.67 | 0.99 | 0.32 |
| Hex | A3 | 7F | 1 | 0 | 16 | 63 | 24 | 2F | 63 | 20 |
| Octal | 243 | 177 | 1 | 0 | 26 | 143 | 44 | 57 | 143 | 40 |
| Binary | 10100011 | 1111111 | 1 | 0 | 10110 | 1100011 | 100100 | 101111 | 1100011 | 100000 |
Color Harmonies of #A37F01
Complementary color
Monochromatic Colors of #A37F01
Black with #A37F01
Text Example
Text Example
White with #A37F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37F01; }
p { color: rgb(163,127,1); }
H1.HeaderClassName
{
color: #A37F01;
}
.AnyTagClassName
{
color: #A37F01;
}
</style>
background-color css
<style>
a { background-color: #A37F01; }
a { background-color: rgb(163,127,1); }
div.DivClassName
{
background-color: #A37F01;
}
.BgClassName
{
background-color: #A37F01;
}
</style>
border-color css
<style>
span { border-color: #A37F01; }
span { border-color: rgb(163,127,1); }
td.TdClassName
{
border-color: #A37F01;
}
.TagClassName
{
border-color: #A37F01;
}
</style>