Shades of Dark Goldenrod #A6880B
Tints of Dark Goldenrod #A6880B
RGB
CMYK
RGB Variations
Color information
#A6880B (or 0xA6880B) is known color: Dark Goldenrod. HEX triplet: A6, 88 and 0B. RGB value is (166,136,11). Sum of RGB (Red+Green+Blue) = 166+136+11=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6880B is #5977F4. Grayscale: #838383. Windows color (decimal): -5863413 or 755878. OLE color: 755878.
HSL color Cylindrical-coordinate representation of color #A6880B: hue angle of 48.39º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6880B is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 11 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.35 |
| HSL | 48.39º | 0.88% | 0.35% | - |
| HSV(B) | 48.39º | 0.93% | 0.65% | - |
| XYZ | 24.59 | 25.74 | 3.99 | - |
| YUV | 130.72 | 60.44 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 11 | 0 | 0.18 | 0.93 | 0.35 | 48.39 | 0.88 | 0.35 |
| Hex | A6 | 88 | B | 0 | 12 | 5D | 23 | 30 | 58 | 23 |
| Octal | 246 | 210 | 13 | 0 | 22 | 135 | 43 | 60 | 130 | 43 |
| Binary | 10100110 | 10001000 | 1011 | 0 | 10010 | 1011101 | 100011 | 110000 | 1011000 | 100011 |
Color Harmonies of #A6880B
Complementary color
Monochromatic Colors of #A6880B
Black with #A6880B
Text Example
Text Example
White with #A6880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6880B; }
p { color: rgb(166,136,11); }
H1.HeaderClassName
{
color: #A6880B;
}
.AnyTagClassName
{
color: #A6880B;
}
</style>
background-color css
<style>
a { background-color: #A6880B; }
a { background-color: rgb(166,136,11); }
div.DivClassName
{
background-color: #A6880B;
}
.BgClassName
{
background-color: #A6880B;
}
</style>
border-color css
<style>
span { border-color: #A6880B; }
span { border-color: rgb(166,136,11); }
td.TdClassName
{
border-color: #A6880B;
}
.TagClassName
{
border-color: #A6880B;
}
</style>