Shades of Dark Goldenrod #A8790E
Tints of Dark Goldenrod #A8790E
RGB
CMYK
RGB Variations
Color information
#A8790E (or 0xA8790E) is known color: Dark Goldenrod. HEX triplet: A8, 79 and 0E. RGB value is (168,121,14). Sum of RGB (Red+Green+Blue) = 168+121+14=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A8790E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8790E is #5786F1. Grayscale: #7B7B7B. Windows color (decimal): -5736178 or 948648. OLE color: 948648.
HSL color Cylindrical-coordinate representation of color #A8790E: hue angle of 41.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8790E is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 14 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.34 |
| HSL | 41.69º | 0.85% | 0.36% | - |
| HSV(B) | 41.69º | 0.92% | 0.66% | - |
| XYZ | 23.07 | 22.03 | 3.45 | - |
| YUV | 122.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 14 | 0 | 0.28 | 0.92 | 0.34 | 41.69 | 0.85 | 0.36 |
| Hex | A8 | 79 | E | 0 | 1C | 5C | 22 | 2A | 55 | 24 |
| Octal | 250 | 171 | 16 | 0 | 34 | 134 | 42 | 52 | 125 | 44 |
| Binary | 10101000 | 1111001 | 1110 | 0 | 11100 | 1011100 | 100010 | 101010 | 1010101 | 100100 |
Color Harmonies of #A8790E
Complementary color
Monochromatic Colors of #A8790E
Black with #A8790E
Text Example
Text Example
White with #A8790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8790E; }
p { color: rgb(168,121,14); }
H1.HeaderClassName
{
color: #A8790E;
}
.AnyTagClassName
{
color: #A8790E;
}
</style>
background-color css
<style>
a { background-color: #A8790E; }
a { background-color: rgb(168,121,14); }
div.DivClassName
{
background-color: #A8790E;
}
.BgClassName
{
background-color: #A8790E;
}
</style>
border-color css
<style>
span { border-color: #A8790E; }
span { border-color: rgb(168,121,14); }
td.TdClassName
{
border-color: #A8790E;
}
.TagClassName
{
border-color: #A8790E;
}
</style>