Shades of Dark Goldenrod #A2860B
Tints of Dark Goldenrod #A2860B
RGB
CMYK
RGB Variations
Color information
#A2860B (or 0xA2860B) is known color: Dark Goldenrod. HEX triplet: A2, 86 and 0B. RGB value is (162,134,11). Sum of RGB (Red+Green+Blue) = 162+134+11=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2860B is #5D79F4. Grayscale: #808080. Windows color (decimal): -6126069 or 755362. OLE color: 755362.
HSL color Cylindrical-coordinate representation of color #A2860B: hue angle of 48.87º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2860B is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 134 | 11 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.36 |
| HSL | 48.87º | 0.87% | 0.34% | - |
| HSV(B) | 48.87º | 0.93% | 0.64% | - |
| XYZ | 23.49 | 24.76 | 3.86 | - |
| YUV | 128.35 | 61.78 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 11 | 0 | 0.17 | 0.93 | 0.36 | 48.87 | 0.87 | 0.34 |
| Hex | A2 | 86 | B | 0 | 11 | 5D | 24 | 31 | 57 | 22 |
| Octal | 242 | 206 | 13 | 0 | 21 | 135 | 44 | 61 | 127 | 42 |
| Binary | 10100010 | 10000110 | 1011 | 0 | 10001 | 1011101 | 100100 | 110001 | 1010111 | 100010 |
Color Harmonies of #A2860B
Complementary color
Monochromatic Colors of #A2860B
Black with #A2860B
Text Example
Text Example
White with #A2860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2860B; }
p { color: rgb(162,134,11); }
H1.HeaderClassName
{
color: #A2860B;
}
.AnyTagClassName
{
color: #A2860B;
}
</style>
background-color css
<style>
a { background-color: #A2860B; }
a { background-color: rgb(162,134,11); }
div.DivClassName
{
background-color: #A2860B;
}
.BgClassName
{
background-color: #A2860B;
}
</style>
border-color css
<style>
span { border-color: #A2860B; }
span { border-color: rgb(162,134,11); }
td.TdClassName
{
border-color: #A2860B;
}
.TagClassName
{
border-color: #A2860B;
}
</style>