Shades of Dark Goldenrod #A88D0D
Tints of Dark Goldenrod #A88D0D
RGB
CMYK
RGB Variations
Color information
#A88D0D (or 0xA88D0D) is known color: Dark Goldenrod. HEX triplet: A8, 8D and 0D. RGB value is (168,141,13). Sum of RGB (Red+Green+Blue) = 168+141+13=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88D0D is #5772F2. Grayscale: #878787. Windows color (decimal): -5731059 or 888232. OLE color: 888232.
HSL color Cylindrical-coordinate representation of color #A88D0D: hue angle of 49.55º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A88D0D is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 141 | 13 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.34 |
| HSL | 49.55º | 0.86% | 0.35% | - |
| HSV(B) | 49.55º | 0.92% | 0.66% | - |
| XYZ | 25.75 | 27.4 | 4.31 | - |
| YUV | 134.48 | 59.45 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 13 | 0 | 0.16 | 0.92 | 0.34 | 49.55 | 0.86 | 0.35 |
| Hex | A8 | 8D | D | 0 | 10 | 5C | 22 | 32 | 56 | 23 |
| Octal | 250 | 215 | 15 | 0 | 20 | 134 | 42 | 62 | 126 | 43 |
| Binary | 10101000 | 10001101 | 1101 | 0 | 10000 | 1011100 | 100010 | 110010 | 1010110 | 100011 |
Color Harmonies of #A88D0D
Complementary color
Monochromatic Colors of #A88D0D
Black with #A88D0D
Text Example
Text Example
White with #A88D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88D0D; }
p { color: rgb(168,141,13); }
H1.HeaderClassName
{
color: #A88D0D;
}
.AnyTagClassName
{
color: #A88D0D;
}
</style>
background-color css
<style>
a { background-color: #A88D0D; }
a { background-color: rgb(168,141,13); }
div.DivClassName
{
background-color: #A88D0D;
}
.BgClassName
{
background-color: #A88D0D;
}
</style>
border-color css
<style>
span { border-color: #A88D0D; }
span { border-color: rgb(168,141,13); }
td.TdClassName
{
border-color: #A88D0D;
}
.TagClassName
{
border-color: #A88D0D;
}
</style>