Shades of Dark Goldenrod #A8790C
Tints of Dark Goldenrod #A8790C
RGB
CMYK
RGB Variations
Color information
#A8790C (or 0xA8790C) is known color: Dark Goldenrod. HEX triplet: A8, 79 and 0C. RGB value is (168,121,12). Sum of RGB (Red+Green+Blue) = 168+121+12=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A8790C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8790C is #5786F3. Grayscale: #7B7B7B. Windows color (decimal): -5736180 or 817576. OLE color: 817576.
HSL color Cylindrical-coordinate representation of color #A8790C: hue angle of 41.92º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8790C is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 12 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.34 |
| HSL | 41.92º | 0.87% | 0.35% | - |
| HSV(B) | 41.92º | 0.93% | 0.66% | - |
| XYZ | 23.05 | 22.03 | 3.38 | - |
| YUV | 122.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 12 | 0 | 0.28 | 0.93 | 0.34 | 41.92 | 0.87 | 0.35 |
| Hex | A8 | 79 | C | 0 | 1C | 5D | 22 | 2A | 57 | 23 |
| Octal | 250 | 171 | 14 | 0 | 34 | 135 | 42 | 52 | 127 | 43 |
| Binary | 10101000 | 1111001 | 1100 | 0 | 11100 | 1011101 | 100010 | 101010 | 1010111 | 100011 |
Color Harmonies of #A8790C
Complementary color
Monochromatic Colors of #A8790C
Black with #A8790C
Text Example
Text Example
White with #A8790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8790C; }
p { color: rgb(168,121,12); }
H1.HeaderClassName
{
color: #A8790C;
}
.AnyTagClassName
{
color: #A8790C;
}
</style>
background-color css
<style>
a { background-color: #A8790C; }
a { background-color: rgb(168,121,12); }
div.DivClassName
{
background-color: #A8790C;
}
.BgClassName
{
background-color: #A8790C;
}
</style>
border-color css
<style>
span { border-color: #A8790C; }
span { border-color: rgb(168,121,12); }
td.TdClassName
{
border-color: #A8790C;
}
.TagClassName
{
border-color: #A8790C;
}
</style>