Shades of Dark Goldenrod #A8880B
Tints of Dark Goldenrod #A8880B
RGB
CMYK
RGB Variations
Color information
#A8880B (or 0xA8880B) is known color: Dark Goldenrod. HEX triplet: A8, 88 and 0B. RGB value is (168,136,11). Sum of RGB (Red+Green+Blue) = 168+136+11=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8880B is #5777F4. Grayscale: #838383. Windows color (decimal): -5732341 or 755880. OLE color: 755880.
HSL color Cylindrical-coordinate representation of color #A8880B: hue angle of 47.77º 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 #A8880B is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 11 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.34 |
| HSL | 47.77º | 0.88% | 0.35% | - |
| HSV(B) | 47.77º | 0.93% | 0.66% | - |
| XYZ | 25.01 | 25.96 | 4.01 | - |
| YUV | 131.32 | 60.1 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 11 | 0 | 0.19 | 0.93 | 0.34 | 47.77 | 0.88 | 0.35 |
| Hex | A8 | 88 | B | 0 | 13 | 5D | 22 | 30 | 58 | 23 |
| Octal | 250 | 210 | 13 | 0 | 23 | 135 | 42 | 60 | 130 | 43 |
| Binary | 10101000 | 10001000 | 1011 | 0 | 10011 | 1011101 | 100010 | 110000 | 1011000 | 100011 |
Color Harmonies of #A8880B
Complementary color
Monochromatic Colors of #A8880B
Black with #A8880B
Text Example
Text Example
White with #A8880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8880B; }
p { color: rgb(168,136,11); }
H1.HeaderClassName
{
color: #A8880B;
}
.AnyTagClassName
{
color: #A8880B;
}
</style>
background-color css
<style>
a { background-color: #A8880B; }
a { background-color: rgb(168,136,11); }
div.DivClassName
{
background-color: #A8880B;
}
.BgClassName
{
background-color: #A8880B;
}
</style>
border-color css
<style>
span { border-color: #A8880B; }
span { border-color: rgb(168,136,11); }
td.TdClassName
{
border-color: #A8880B;
}
.TagClassName
{
border-color: #A8880B;
}
</style>