Shades of Dark Goldenrod #A8890C
Tints of Dark Goldenrod #A8890C
RGB
CMYK
RGB Variations
Color information
#A8890C (or 0xA8890C) is known color: Dark Goldenrod. HEX triplet: A8, 89 and 0C. RGB value is (168,137,12). Sum of RGB (Red+Green+Blue) = 168+137+12=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8890C is #5776F3. Grayscale: #848484. Windows color (decimal): -5732084 or 821672. OLE color: 821672.
HSL color Cylindrical-coordinate representation of color #A8890C: hue angle of 48.08º 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 #A8890C is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 137 | 12 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.34 |
| HSL | 48.08º | 0.87% | 0.35% | - |
| HSV(B) | 48.08º | 0.93% | 0.66% | - |
| XYZ | 25.16 | 26.24 | 4.09 | - |
| YUV | 132.02 | 60.27 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 12 | 0 | 0.18 | 0.93 | 0.34 | 48.08 | 0.87 | 0.35 |
| Hex | A8 | 89 | C | 0 | 12 | 5D | 22 | 30 | 57 | 23 |
| Octal | 250 | 211 | 14 | 0 | 22 | 135 | 42 | 60 | 127 | 43 |
| Binary | 10101000 | 10001001 | 1100 | 0 | 10010 | 1011101 | 100010 | 110000 | 1010111 | 100011 |
Color Harmonies of #A8890C
Complementary color
Monochromatic Colors of #A8890C
Black with #A8890C
Text Example
Text Example
White with #A8890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8890C; }
p { color: rgb(168,137,12); }
H1.HeaderClassName
{
color: #A8890C;
}
.AnyTagClassName
{
color: #A8890C;
}
</style>
background-color css
<style>
a { background-color: #A8890C; }
a { background-color: rgb(168,137,12); }
div.DivClassName
{
background-color: #A8890C;
}
.BgClassName
{
background-color: #A8890C;
}
</style>
border-color css
<style>
span { border-color: #A8890C; }
span { border-color: rgb(168,137,12); }
td.TdClassName
{
border-color: #A8890C;
}
.TagClassName
{
border-color: #A8890C;
}
</style>