Shades of Lucky #A2980B
Tints of Lucky #A2980B
RGB
CMYK
RGB Variations
Color information
#A2980B (or 0xA2980B) is known color: Lucky. HEX triplet: A2, 98 and 0B. RGB value is (162,152,11). Sum of RGB (Red+Green+Blue) = 162+152+11=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2980B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2980B is #5D67F4. Grayscale: #8B8B8B. Windows color (decimal): -6121461 or 759970. OLE color: 759970.
HSL color Cylindrical-coordinate representation of color #A2980B: hue angle of 56.03º 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 #A2980B is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 11 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.36 |
| HSL | 56.03º | 0.87% | 0.34% | - |
| HSV(B) | 56.03º | 0.93% | 0.64% | - |
| XYZ | 26.19 | 30.16 | 4.76 | - |
| YUV | 138.92 | 55.81 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 11 | 0 | 0.06 | 0.93 | 0.36 | 56.03 | 0.87 | 0.34 |
| Hex | A2 | 98 | B | 0 | 6 | 5D | 24 | 38 | 57 | 22 |
| Octal | 242 | 230 | 13 | 0 | 6 | 135 | 44 | 70 | 127 | 42 |
| Binary | 10100010 | 10011000 | 1011 | 0 | 110 | 1011101 | 100100 | 111000 | 1010111 | 100010 |
Color Harmonies of #A2980B
Complementary color
Monochromatic Colors of #A2980B
Black with #A2980B
Text Example
Text Example
White with #A2980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2980B; }
p { color: rgb(162,152,11); }
H1.HeaderClassName
{
color: #A2980B;
}
.AnyTagClassName
{
color: #A2980B;
}
</style>
background-color css
<style>
a { background-color: #A2980B; }
a { background-color: rgb(162,152,11); }
div.DivClassName
{
background-color: #A2980B;
}
.BgClassName
{
background-color: #A2980B;
}
</style>
border-color css
<style>
span { border-color: #A2980B; }
span { border-color: rgb(162,152,11); }
td.TdClassName
{
border-color: #A2980B;
}
.TagClassName
{
border-color: #A2980B;
}
</style>