Shades of Dark Goldenrod #A87403
Tints of Dark Goldenrod #A87403
RGB
CMYK
RGB Variations
Color information
#A87403 (or 0xA87403) is known color: Dark Goldenrod. HEX triplet: A8, 74 and 03. RGB value is (168,116,3). Sum of RGB (Red+Green+Blue) = 168+116+3=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A87403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87403 is #578BFC. Grayscale: #777777. Windows color (decimal): -5737469 or 226472. OLE color: 226472.
HSL color Cylindrical-coordinate representation of color #A87403: hue angle of 41.09º 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 #A87403 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 3 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.34 |
| HSL | 41.09º | 0.96% | 0.34% | - |
| HSV(B) | 41.09º | 0.98% | 0.66% | - |
| XYZ | 22.41 | 20.82 | 2.92 | - |
| YUV | 118.67 | 62.73 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 3 | 0 | 0.31 | 0.98 | 0.34 | 41.09 | 0.96 | 0.34 |
| Hex | A8 | 74 | 3 | 0 | 1F | 62 | 22 | 29 | 60 | 22 |
| Octal | 250 | 164 | 3 | 0 | 37 | 142 | 42 | 51 | 140 | 42 |
| Binary | 10101000 | 1110100 | 11 | 0 | 11111 | 1100010 | 100010 | 101001 | 1100000 | 100010 |
Color Harmonies of #A87403
Complementary color
Monochromatic Colors of #A87403
Black with #A87403
Text Example
Text Example
White with #A87403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87403; }
p { color: rgb(168,116,3); }
H1.HeaderClassName
{
color: #A87403;
}
.AnyTagClassName
{
color: #A87403;
}
</style>
background-color css
<style>
a { background-color: #A87403; }
a { background-color: rgb(168,116,3); }
div.DivClassName
{
background-color: #A87403;
}
.BgClassName
{
background-color: #A87403;
}
</style>
border-color css
<style>
span { border-color: #A87403; }
span { border-color: rgb(168,116,3); }
td.TdClassName
{
border-color: #A87403;
}
.TagClassName
{
border-color: #A87403;
}
</style>