Shades of Dark Goldenrod #A88012
Tints of Dark Goldenrod #A88012
RGB
CMYK
RGB Variations
Color information
#A88012 (or 0xA88012) is known color: Dark Goldenrod. HEX triplet: A8, 80 and 12. RGB value is (168,128,18). Sum of RGB (Red+Green+Blue) = 168+128+18=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A88012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88012 is #577FED. Grayscale: #7F7F7F. Windows color (decimal): -5734382 or 1212584. OLE color: 1212584.
HSL color Cylindrical-coordinate representation of color #A88012: hue angle of 44º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A88012 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 18 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.34 |
| HSL | 44º | 0.81% | 0.36% | - |
| HSV(B) | 44º | 0.89% | 0.66% | - |
| XYZ | 23.98 | 23.81 | 3.9 | - |
| YUV | 127.42 | 66.25 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 18 | 0 | 0.24 | 0.89 | 0.34 | 44 | 0.81 | 0.36 |
| Hex | A8 | 80 | 12 | 0 | 18 | 59 | 22 | 2C | 51 | 24 |
| Octal | 250 | 200 | 22 | 0 | 30 | 131 | 42 | 54 | 121 | 44 |
| Binary | 10101000 | 10000000 | 10010 | 0 | 11000 | 1011001 | 100010 | 101100 | 1010001 | 100100 |
Color Harmonies of #A88012
Complementary color
Monochromatic Colors of #A88012
Black with #A88012
Text Example
Text Example
White with #A88012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88012; }
p { color: rgb(168,128,18); }
H1.HeaderClassName
{
color: #A88012;
}
.AnyTagClassName
{
color: #A88012;
}
</style>
background-color css
<style>
a { background-color: #A88012; }
a { background-color: rgb(168,128,18); }
div.DivClassName
{
background-color: #A88012;
}
.BgClassName
{
background-color: #A88012;
}
</style>
border-color css
<style>
span { border-color: #A88012; }
span { border-color: rgb(168,128,18); }
td.TdClassName
{
border-color: #A88012;
}
.TagClassName
{
border-color: #A88012;
}
</style>