Shades of Dark Goldenrod #A8840B
Tints of Dark Goldenrod #A8840B
RGB
CMYK
RGB Variations
Color information
#A8840B (or 0xA8840B) is known color: Dark Goldenrod. HEX triplet: A8, 84 and 0B. RGB value is (168,132,11). Sum of RGB (Red+Green+Blue) = 168+132+11=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8840B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8840B is #577BF4. Grayscale: #818181. Windows color (decimal): -5733365 or 754856. OLE color: 754856.
HSL color Cylindrical-coordinate representation of color #A8840B: hue angle of 46.24º 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 #A8840B is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 11 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.34 |
| HSL | 46.24º | 0.88% | 0.35% | - |
| HSV(B) | 46.24º | 0.93% | 0.66% | - |
| XYZ | 24.46 | 24.85 | 3.82 | - |
| YUV | 128.97 | 61.43 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 11 | 0 | 0.21 | 0.93 | 0.34 | 46.24 | 0.88 | 0.35 |
| Hex | A8 | 84 | B | 0 | 15 | 5D | 22 | 2E | 58 | 23 |
| Octal | 250 | 204 | 13 | 0 | 25 | 135 | 42 | 56 | 130 | 43 |
| Binary | 10101000 | 10000100 | 1011 | 0 | 10101 | 1011101 | 100010 | 101110 | 1011000 | 100011 |
Color Harmonies of #A8840B
Complementary color
Monochromatic Colors of #A8840B
Black with #A8840B
Text Example
Text Example
White with #A8840B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8840B; }
p { color: rgb(168,132,11); }
H1.HeaderClassName
{
color: #A8840B;
}
.AnyTagClassName
{
color: #A8840B;
}
</style>
background-color css
<style>
a { background-color: #A8840B; }
a { background-color: rgb(168,132,11); }
div.DivClassName
{
background-color: #A8840B;
}
.BgClassName
{
background-color: #A8840B;
}
</style>
border-color css
<style>
span { border-color: #A8840B; }
span { border-color: rgb(168,132,11); }
td.TdClassName
{
border-color: #A8840B;
}
.TagClassName
{
border-color: #A8840B;
}
</style>