Shades of Dark Goldenrod #A88C0D
Tints of Dark Goldenrod #A88C0D
RGB
CMYK
RGB Variations
Color information
#A88C0D (or 0xA88C0D) is known color: Dark Goldenrod. HEX triplet: A8, 8C and 0D. RGB value is (168,140,13). Sum of RGB (Red+Green+Blue) = 168+140+13=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88C0D is #5773F2. Grayscale: #868686. Windows color (decimal): -5731315 or 887976. OLE color: 887976.
HSL color Cylindrical-coordinate representation of color #A88C0D: hue angle of 49.16º 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 #A88C0D is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 140 | 13 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.34 |
| HSL | 49.16º | 0.86% | 0.35% | - |
| HSV(B) | 49.16º | 0.92% | 0.66% | - |
| XYZ | 25.6 | 27.11 | 4.26 | - |
| YUV | 133.89 | 59.78 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 13 | 0 | 0.17 | 0.92 | 0.34 | 49.16 | 0.86 | 0.35 |
| Hex | A8 | 8C | D | 0 | 11 | 5C | 22 | 31 | 56 | 23 |
| Octal | 250 | 214 | 15 | 0 | 21 | 134 | 42 | 61 | 126 | 43 |
| Binary | 10101000 | 10001100 | 1101 | 0 | 10001 | 1011100 | 100010 | 110001 | 1010110 | 100011 |
Color Harmonies of #A88C0D
Complementary color
Monochromatic Colors of #A88C0D
Black with #A88C0D
Text Example
Text Example
White with #A88C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88C0D; }
p { color: rgb(168,140,13); }
H1.HeaderClassName
{
color: #A88C0D;
}
.AnyTagClassName
{
color: #A88C0D;
}
</style>
background-color css
<style>
a { background-color: #A88C0D; }
a { background-color: rgb(168,140,13); }
div.DivClassName
{
background-color: #A88C0D;
}
.BgClassName
{
background-color: #A88C0D;
}
</style>
border-color css
<style>
span { border-color: #A88C0D; }
span { border-color: rgb(168,140,13); }
td.TdClassName
{
border-color: #A88C0D;
}
.TagClassName
{
border-color: #A88C0D;
}
</style>