Shades of Dark Goldenrod #A8860B
Tints of Dark Goldenrod #A8860B
RGB
CMYK
RGB Variations
Color information
#A8860B (or 0xA8860B) is known color: Dark Goldenrod. HEX triplet: A8, 86 and 0B. RGB value is (168,134,11). Sum of RGB (Red+Green+Blue) = 168+134+11=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8860B is #5779F4. Grayscale: #828282. Windows color (decimal): -5732853 or 755368. OLE color: 755368.
HSL color Cylindrical-coordinate representation of color #A8860B: hue angle of 47.01º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8860B is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 134 | 11 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.34 |
| HSL | 47.01º | 0.88% | 0.35% | - |
| HSV(B) | 47.01º | 0.93% | 0.66% | - |
| XYZ | 24.73 | 25.4 | 3.92 | - |
| YUV | 130.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 11 | 0 | 0.20 | 0.93 | 0.34 | 47.01 | 0.88 | 0.35 |
| Hex | A8 | 86 | B | 0 | 14 | 5D | 22 | 2F | 58 | 23 |
| Octal | 250 | 206 | 13 | 0 | 24 | 135 | 42 | 57 | 130 | 43 |
| Binary | 10101000 | 10000110 | 1011 | 0 | 10100 | 1011101 | 100010 | 101111 | 1011000 | 100011 |
Color Harmonies of #A8860B
Complementary color
Monochromatic Colors of #A8860B
Black with #A8860B
Text Example
Text Example
White with #A8860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8860B; }
p { color: rgb(168,134,11); }
H1.HeaderClassName
{
color: #A8860B;
}
.AnyTagClassName
{
color: #A8860B;
}
</style>
background-color css
<style>
a { background-color: #A8860B; }
a { background-color: rgb(168,134,11); }
div.DivClassName
{
background-color: #A8860B;
}
.BgClassName
{
background-color: #A8860B;
}
</style>
border-color css
<style>
span { border-color: #A8860B; }
span { border-color: rgb(168,134,11); }
td.TdClassName
{
border-color: #A8860B;
}
.TagClassName
{
border-color: #A8860B;
}
</style>