Shades of Dark Goldenrod #A87C03
Tints of Dark Goldenrod #A87C03
RGB
CMYK
RGB Variations
Color information
#A87C03 (or 0xA87C03) is known color: Dark Goldenrod. HEX triplet: A8, 7C and 03. RGB value is (168,124,3). Sum of RGB (Red+Green+Blue) = 168+124+3=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87C03 is #5783FC. Grayscale: #7B7B7B. Windows color (decimal): -5735421 or 228520. OLE color: 228520.
HSL color Cylindrical-coordinate representation of color #A87C03: hue angle of 44º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A87C03 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 124 | 3 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.34 |
| HSL | 44º | 0.96% | 0.34% | - |
| HSV(B) | 44º | 0.98% | 0.66% | - |
| XYZ | 23.37 | 22.75 | 3.24 | - |
| YUV | 123.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 3 | 0 | 0.26 | 0.98 | 0.34 | 44 | 0.96 | 0.34 |
| Hex | A8 | 7C | 3 | 0 | 1A | 62 | 22 | 2C | 60 | 22 |
| Octal | 250 | 174 | 3 | 0 | 32 | 142 | 42 | 54 | 140 | 42 |
| Binary | 10101000 | 1111100 | 11 | 0 | 11010 | 1100010 | 100010 | 101100 | 1100000 | 100010 |
Color Harmonies of #A87C03
Complementary color
Monochromatic Colors of #A87C03
Black with #A87C03
Text Example
Text Example
White with #A87C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87C03; }
p { color: rgb(168,124,3); }
H1.HeaderClassName
{
color: #A87C03;
}
.AnyTagClassName
{
color: #A87C03;
}
</style>
background-color css
<style>
a { background-color: #A87C03; }
a { background-color: rgb(168,124,3); }
div.DivClassName
{
background-color: #A87C03;
}
.BgClassName
{
background-color: #A87C03;
}
</style>
border-color css
<style>
span { border-color: #A87C03; }
span { border-color: rgb(168,124,3); }
td.TdClassName
{
border-color: #A87C03;
}
.TagClassName
{
border-color: #A87C03;
}
</style>