Shades of Dark Goldenrod #A2880A
Tints of Dark Goldenrod #A2880A
RGB
CMYK
RGB Variations
Color information
#A2880A (or 0xA2880A) is known color: Dark Goldenrod. HEX triplet: A2, 88 and 0A. RGB value is (162,136,10). Sum of RGB (Red+Green+Blue) = 162+136+10=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2880A is #5D77F5. Grayscale: #818181. Windows color (decimal): -6125558 or 690338. OLE color: 690338.
HSL color Cylindrical-coordinate representation of color #A2880A: hue angle of 49.74º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2880A is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 10 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.36 |
| HSL | 49.74º | 0.88% | 0.34% | - |
| HSV(B) | 49.74º | 0.94% | 0.64% | - |
| XYZ | 23.76 | 25.31 | 3.92 | - |
| YUV | 129.41 | 60.61 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 10 | 0 | 0.16 | 0.94 | 0.36 | 49.74 | 0.88 | 0.34 |
| Hex | A2 | 88 | A | 0 | 10 | 5E | 24 | 32 | 58 | 22 |
| Octal | 242 | 210 | 12 | 0 | 20 | 136 | 44 | 62 | 130 | 42 |
| Binary | 10100010 | 10001000 | 1010 | 0 | 10000 | 1011110 | 100100 | 110010 | 1011000 | 100010 |
Color Harmonies of #A2880A
Complementary color
Monochromatic Colors of #A2880A
Black with #A2880A
Text Example
Text Example
White with #A2880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2880A; }
p { color: rgb(162,136,10); }
H1.HeaderClassName
{
color: #A2880A;
}
.AnyTagClassName
{
color: #A2880A;
}
</style>
background-color css
<style>
a { background-color: #A2880A; }
a { background-color: rgb(162,136,10); }
div.DivClassName
{
background-color: #A2880A;
}
.BgClassName
{
background-color: #A2880A;
}
</style>
border-color css
<style>
span { border-color: #A2880A; }
span { border-color: rgb(162,136,10); }
td.TdClassName
{
border-color: #A2880A;
}
.TagClassName
{
border-color: #A2880A;
}
</style>