Shades of Dark Goldenrod #A8830E
Tints of Dark Goldenrod #A8830E
RGB
CMYK
RGB Variations
Color information
#A8830E (or 0xA8830E) is known color: Dark Goldenrod. HEX triplet: A8, 83 and 0E. RGB value is (168,131,14). Sum of RGB (Red+Green+Blue) = 168+131+14=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8830E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8830E is #577CF1. Grayscale: #818181. Windows color (decimal): -5733618 or 951208. OLE color: 951208.
HSL color Cylindrical-coordinate representation of color #A8830E: hue angle of 45.58º 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 #A8830E is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 14 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.34 |
| HSL | 45.58º | 0.85% | 0.36% | - |
| HSV(B) | 45.58º | 0.92% | 0.66% | - |
| XYZ | 24.34 | 24.59 | 3.88 | - |
| YUV | 128.73 | 63.26 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 14 | 0 | 0.22 | 0.92 | 0.34 | 45.58 | 0.85 | 0.36 |
| Hex | A8 | 83 | E | 0 | 16 | 5C | 22 | 2E | 55 | 24 |
| Octal | 250 | 203 | 16 | 0 | 26 | 134 | 42 | 56 | 125 | 44 |
| Binary | 10101000 | 10000011 | 1110 | 0 | 10110 | 1011100 | 100010 | 101110 | 1010101 | 100100 |
Color Harmonies of #A8830E
Complementary color
Monochromatic Colors of #A8830E
Black with #A8830E
Text Example
Text Example
White with #A8830E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8830E; }
p { color: rgb(168,131,14); }
H1.HeaderClassName
{
color: #A8830E;
}
.AnyTagClassName
{
color: #A8830E;
}
</style>
background-color css
<style>
a { background-color: #A8830E; }
a { background-color: rgb(168,131,14); }
div.DivClassName
{
background-color: #A8830E;
}
.BgClassName
{
background-color: #A8830E;
}
</style>
border-color css
<style>
span { border-color: #A8830E; }
span { border-color: rgb(168,131,14); }
td.TdClassName
{
border-color: #A8830E;
}
.TagClassName
{
border-color: #A8830E;
}
</style>