Shades of Lucky #A1A02B
Tints of Lucky #A1A02B
RGB
CMYK
RGB Variations
Color information
#A1A02B (or 0xA1A02B) is known color: Lucky. HEX triplet: A1, A0 and 2B. RGB value is (161,160,43). Sum of RGB (Red+Green+Blue) = 161+160+43=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A02B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A02B is #5E5FD4. Grayscale: #939393. Windows color (decimal): -6184917 or 2859169. OLE color: 2859169.
HSL color Cylindrical-coordinate representation of color #A1A02B: hue angle of 59.49º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1A02B is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 43 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.37 |
| HSL | 59.49º | 0.58% | 0.4% | - |
| HSV(B) | 59.49º | 0.73% | 0.63% | - |
| XYZ | 27.7 | 32.89 | 7.17 | - |
| YUV | 146.96 | 69.33 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 43 | 0 | 0.01 | 0.73 | 0.37 | 59.49 | 0.58 | 0.4 |
| Hex | A1 | A0 | 2B | 0 | 1 | 49 | 25 | 3B | 3A | 28 |
| Octal | 241 | 240 | 53 | 0 | 1 | 111 | 45 | 73 | 72 | 50 |
| Binary | 10100001 | 10100000 | 101011 | 0 | 1 | 1001001 | 100101 | 111011 | 111010 | 101000 |
Color Harmonies of #A1A02B
Complementary color
Monochromatic Colors of #A1A02B
Black with #A1A02B
Text Example
Text Example
White with #A1A02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A02B; }
p { color: rgb(161,160,43); }
H1.HeaderClassName
{
color: #A1A02B;
}
.AnyTagClassName
{
color: #A1A02B;
}
</style>
background-color css
<style>
a { background-color: #A1A02B; }
a { background-color: rgb(161,160,43); }
div.DivClassName
{
background-color: #A1A02B;
}
.BgClassName
{
background-color: #A1A02B;
}
</style>
border-color css
<style>
span { border-color: #A1A02B; }
span { border-color: rgb(161,160,43); }
td.TdClassName
{
border-color: #A1A02B;
}
.TagClassName
{
border-color: #A1A02B;
}
</style>