Shades of Lucky #A1A232
Tints of Lucky #A1A232
RGB
CMYK
RGB Variations
Color information
#A1A232 (or 0xA1A232) is known color: Lucky. HEX triplet: A1, A2 and 32. RGB value is (161,162,50). Sum of RGB (Red+Green+Blue) = 161+162+50=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A232 is #5E5DCD. Grayscale: #959595. Windows color (decimal): -6184398 or 3318433. OLE color: 3318433.
HSL color Cylindrical-coordinate representation of color #A1A232: hue angle of 60.54º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1A232 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 50 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.36 |
| HSL | 60.54º | 0.53% | 0.42% | - |
| HSV(B) | 60.54º | 0.69% | 0.64% | - |
| XYZ | 28.19 | 33.65 | 8.03 | - |
| YUV | 148.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 50 | 0.01 | 0 | 0.69 | 0.36 | 60.54 | 0.53 | 0.42 |
| Hex | A1 | A2 | 32 | 1 | 0 | 45 | 24 | 3D | 35 | 2A |
| Octal | 241 | 242 | 62 | 1 | 0 | 105 | 44 | 75 | 65 | 52 |
| Binary | 10100001 | 10100010 | 110010 | 1 | 0 | 1000101 | 100100 | 111101 | 110101 | 101010 |
Color Harmonies of #A1A232
Complementary color
Monochromatic Colors of #A1A232
Black with #A1A232
Text Example
Text Example
White with #A1A232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A232; }
p { color: rgb(161,162,50); }
H1.HeaderClassName
{
color: #A1A232;
}
.AnyTagClassName
{
color: #A1A232;
}
</style>
background-color css
<style>
a { background-color: #A1A232; }
a { background-color: rgb(161,162,50); }
div.DivClassName
{
background-color: #A1A232;
}
.BgClassName
{
background-color: #A1A232;
}
</style>
border-color css
<style>
span { border-color: #A1A232; }
span { border-color: rgb(161,162,50); }
td.TdClassName
{
border-color: #A1A232;
}
.TagClassName
{
border-color: #A1A232;
}
</style>