Shades of Dark Goldenrod #A88C0A
Tints of Dark Goldenrod #A88C0A
RGB
CMYK
RGB Variations
Color information
#A88C0A (or 0xA88C0A) is known color: Dark Goldenrod. HEX triplet: A8, 8C and 0A. RGB value is (168,140,10). Sum of RGB (Red+Green+Blue) = 168+140+10=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88C0A is #5773F5. Grayscale: #868686. Windows color (decimal): -5731318 or 691368. OLE color: 691368.
HSL color Cylindrical-coordinate representation of color #A88C0A: hue angle of 49.37º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A88C0A is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 140 | 10 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.34 |
| HSL | 49.37º | 0.89% | 0.35% | - |
| HSV(B) | 49.37º | 0.94% | 0.66% | - |
| XYZ | 25.58 | 27.1 | 4.17 | - |
| YUV | 133.55 | 58.28 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 10 | 0 | 0.17 | 0.94 | 0.34 | 49.37 | 0.89 | 0.35 |
| Hex | A8 | 8C | A | 0 | 11 | 5E | 22 | 31 | 59 | 23 |
| Octal | 250 | 214 | 12 | 0 | 21 | 136 | 42 | 61 | 131 | 43 |
| Binary | 10101000 | 10001100 | 1010 | 0 | 10001 | 1011110 | 100010 | 110001 | 1011001 | 100011 |
Color Harmonies of #A88C0A
Complementary color
Monochromatic Colors of #A88C0A
Black with #A88C0A
Text Example
Text Example
White with #A88C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88C0A; }
p { color: rgb(168,140,10); }
H1.HeaderClassName
{
color: #A88C0A;
}
.AnyTagClassName
{
color: #A88C0A;
}
</style>
background-color css
<style>
a { background-color: #A88C0A; }
a { background-color: rgb(168,140,10); }
div.DivClassName
{
background-color: #A88C0A;
}
.BgClassName
{
background-color: #A88C0A;
}
</style>
border-color css
<style>
span { border-color: #A88C0A; }
span { border-color: rgb(168,140,10); }
td.TdClassName
{
border-color: #A88C0A;
}
.TagClassName
{
border-color: #A88C0A;
}
</style>