Shades of Lucky #A2982A
Tints of Lucky #A2982A
RGB
CMYK
RGB Variations
Color information
#A2982A (or 0xA2982A) is known color: Lucky. HEX triplet: A2, 98 and 2A. RGB value is (162,152,42). Sum of RGB (Red+Green+Blue) = 162+152+42=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2982A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2982A is #5D67D5. Grayscale: #8E8E8E. Windows color (decimal): -6121430 or 2791586. OLE color: 2791586.
HSL color Cylindrical-coordinate representation of color #A2982A: hue angle of 55º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2982A is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 42 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.36 |
| HSL | 55º | 0.59% | 0.4% | - |
| HSV(B) | 55º | 0.74% | 0.64% | - |
| XYZ | 26.55 | 30.31 | 6.64 | - |
| YUV | 142.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 42 | 0 | 0.06 | 0.74 | 0.36 | 55 | 0.59 | 0.4 |
| Hex | A2 | 98 | 2A | 0 | 6 | 4A | 24 | 37 | 3B | 28 |
| Octal | 242 | 230 | 52 | 0 | 6 | 112 | 44 | 67 | 73 | 50 |
| Binary | 10100010 | 10011000 | 101010 | 0 | 110 | 1001010 | 100100 | 110111 | 111011 | 101000 |
Color Harmonies of #A2982A
Complementary color
Monochromatic Colors of #A2982A
Black with #A2982A
Text Example
Text Example
White with #A2982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2982A; }
p { color: rgb(162,152,42); }
H1.HeaderClassName
{
color: #A2982A;
}
.AnyTagClassName
{
color: #A2982A;
}
</style>
background-color css
<style>
a { background-color: #A2982A; }
a { background-color: rgb(162,152,42); }
div.DivClassName
{
background-color: #A2982A;
}
.BgClassName
{
background-color: #A2982A;
}
</style>
border-color css
<style>
span { border-color: #A2982A; }
span { border-color: rgb(162,152,42); }
td.TdClassName
{
border-color: #A2982A;
}
.TagClassName
{
border-color: #A2982A;
}
</style>