Shades of Lucky #A2A10B
Tints of Lucky #A2A10B
RGB
CMYK
RGB Variations
Color information
#A2A10B (or 0xA2A10B) is known color: Lucky. HEX triplet: A2, A1 and 0B. RGB value is (162,161,11). Sum of RGB (Red+Green+Blue) = 162+161+11=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A10B is #5D5EF4. Grayscale: #909090. Windows color (decimal): -6119157 or 762274. OLE color: 762274.
HSL color Cylindrical-coordinate representation of color #A2A10B: hue angle of 59.6º 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 #A2A10B is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 161 | 11 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.36 |
| HSL | 59.6º | 0.87% | 0.34% | - |
| HSV(B) | 59.6º | 0.93% | 0.64% | - |
| XYZ | 27.71 | 33.2 | 5.26 | - |
| YUV | 144.2 | 52.83 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 11 | 0 | 0.01 | 0.93 | 0.36 | 59.6 | 0.87 | 0.34 |
| Hex | A2 | A1 | B | 0 | 1 | 5D | 24 | 3C | 57 | 22 |
| Octal | 242 | 241 | 13 | 0 | 1 | 135 | 44 | 74 | 127 | 42 |
| Binary | 10100010 | 10100001 | 1011 | 0 | 1 | 1011101 | 100100 | 111100 | 1010111 | 100010 |
Color Harmonies of #A2A10B
Complementary color
Monochromatic Colors of #A2A10B
Black with #A2A10B
Text Example
Text Example
White with #A2A10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A10B; }
p { color: rgb(162,161,11); }
H1.HeaderClassName
{
color: #A2A10B;
}
.AnyTagClassName
{
color: #A2A10B;
}
</style>
background-color css
<style>
a { background-color: #A2A10B; }
a { background-color: rgb(162,161,11); }
div.DivClassName
{
background-color: #A2A10B;
}
.BgClassName
{
background-color: #A2A10B;
}
</style>
border-color css
<style>
span { border-color: #A2A10B; }
span { border-color: rgb(162,161,11); }
td.TdClassName
{
border-color: #A2A10B;
}
.TagClassName
{
border-color: #A2A10B;
}
</style>