Shades of Dark Goldenrod #A88B0D
Tints of Dark Goldenrod #A88B0D
RGB
CMYK
RGB Variations
Color information
#A88B0D (or 0xA88B0D) is known color: Dark Goldenrod. HEX triplet: A8, 8B and 0D. RGB value is (168,139,13). Sum of RGB (Red+Green+Blue) = 168+139+13=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88B0D is #5774F2. Grayscale: #858585. Windows color (decimal): -5731571 or 887720. OLE color: 887720.
HSL color Cylindrical-coordinate representation of color #A88B0D: hue angle of 48.77º 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 #A88B0D is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 139 | 13 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.34 |
| HSL | 48.77º | 0.86% | 0.35% | - |
| HSV(B) | 48.77º | 0.92% | 0.66% | - |
| XYZ | 25.45 | 26.82 | 4.22 | - |
| YUV | 133.31 | 60.11 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 13 | 0 | 0.17 | 0.92 | 0.34 | 48.77 | 0.86 | 0.35 |
| Hex | A8 | 8B | D | 0 | 11 | 5C | 22 | 31 | 56 | 23 |
| Octal | 250 | 213 | 15 | 0 | 21 | 134 | 42 | 61 | 126 | 43 |
| Binary | 10101000 | 10001011 | 1101 | 0 | 10001 | 1011100 | 100010 | 110001 | 1010110 | 100011 |
Color Harmonies of #A88B0D
Complementary color
Monochromatic Colors of #A88B0D
Black with #A88B0D
Text Example
Text Example
White with #A88B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88B0D; }
p { color: rgb(168,139,13); }
H1.HeaderClassName
{
color: #A88B0D;
}
.AnyTagClassName
{
color: #A88B0D;
}
</style>
background-color css
<style>
a { background-color: #A88B0D; }
a { background-color: rgb(168,139,13); }
div.DivClassName
{
background-color: #A88B0D;
}
.BgClassName
{
background-color: #A88B0D;
}
</style>
border-color css
<style>
span { border-color: #A88B0D; }
span { border-color: rgb(168,139,13); }
td.TdClassName
{
border-color: #A88B0D;
}
.TagClassName
{
border-color: #A88B0D;
}
</style>