Shades of Lucky #A2A21B
Tints of Lucky #A2A21B
RGB
CMYK
RGB Variations
Color information
#A2A21B (or 0xA2A21B) is known color: Lucky. HEX triplet: A2, A2 and 1B. RGB value is (162,162,27). Sum of RGB (Red+Green+Blue) = 162+162+27=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A21B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A21B is #5D5DE4. Grayscale: #939393. Windows color (decimal): -6118885 or 1811106. OLE color: 1811106.
HSL color Cylindrical-coordinate representation of color #A2A21B: hue angle of 60º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2A21B is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 162 | 27 | - |
| CMYK | 0 | 0 | 0.83 | 0.36 |
| HSL | 60º | 0.71% | 0.37% | - |
| HSV(B) | 60º | 0.83% | 0.64% | - |
| XYZ | 28.02 | 33.6 | 6.05 | - |
| YUV | 146.61 | 60.5 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 162 | 27 | 0 | 0 | 0.83 | 0.36 | 60 | 0.71 | 0.37 |
| Hex | A2 | A2 | 1B | 0 | 0 | 53 | 24 | 3C | 47 | 25 |
| Octal | 242 | 242 | 33 | 0 | 0 | 123 | 44 | 74 | 107 | 45 |
| Binary | 10100010 | 10100010 | 11011 | 0 | 0 | 1010011 | 100100 | 111100 | 1000111 | 100101 |
Color Harmonies of #A2A21B
Complementary color
Monochromatic Colors of #A2A21B
Black with #A2A21B
Text Example
Text Example
White with #A2A21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A21B; }
p { color: rgb(162,162,27); }
H1.HeaderClassName
{
color: #A2A21B;
}
.AnyTagClassName
{
color: #A2A21B;
}
</style>
background-color css
<style>
a { background-color: #A2A21B; }
a { background-color: rgb(162,162,27); }
div.DivClassName
{
background-color: #A2A21B;
}
.BgClassName
{
background-color: #A2A21B;
}
</style>
border-color css
<style>
span { border-color: #A2A21B; }
span { border-color: rgb(162,162,27); }
td.TdClassName
{
border-color: #A2A21B;
}
.TagClassName
{
border-color: #A2A21B;
}
</style>