Shades of Lucky #A1A230
Tints of Lucky #A1A230
RGB
CMYK
RGB Variations
Color information
#A1A230 (or 0xA1A230) is known color: Lucky. HEX triplet: A1, A2 and 30. RGB value is (161,162,48). Sum of RGB (Red+Green+Blue) = 161+162+48=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A230 is #5E5DCF. Grayscale: #959595. Windows color (decimal): -6184400 or 3187361. OLE color: 3187361.
HSL color Cylindrical-coordinate representation of color #A1A230: hue angle of 60.53º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1A230 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 48 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.36 |
| HSL | 60.53º | 0.54% | 0.41% | - |
| HSV(B) | 60.53º | 0.7% | 0.64% | - |
| XYZ | 28.15 | 33.63 | 7.8 | - |
| YUV | 148.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 48 | 0.01 | 0 | 0.70 | 0.36 | 60.53 | 0.54 | 0.41 |
| Hex | A1 | A2 | 30 | 1 | 0 | 46 | 24 | 3D | 36 | 29 |
| Octal | 241 | 242 | 60 | 1 | 0 | 106 | 44 | 75 | 66 | 51 |
| Binary | 10100001 | 10100010 | 110000 | 1 | 0 | 1000110 | 100100 | 111101 | 110110 | 101001 |
Color Harmonies of #A1A230
Complementary color
Monochromatic Colors of #A1A230
Black with #A1A230
Text Example
Text Example
White with #A1A230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A230; }
p { color: rgb(161,162,48); }
H1.HeaderClassName
{
color: #A1A230;
}
.AnyTagClassName
{
color: #A1A230;
}
</style>
background-color css
<style>
a { background-color: #A1A230; }
a { background-color: rgb(161,162,48); }
div.DivClassName
{
background-color: #A1A230;
}
.BgClassName
{
background-color: #A1A230;
}
</style>
border-color css
<style>
span { border-color: #A1A230; }
span { border-color: rgb(161,162,48); }
td.TdClassName
{
border-color: #A1A230;
}
.TagClassName
{
border-color: #A1A230;
}
</style>