Shades of Lucky #A1A01B
Tints of Lucky #A1A01B
RGB
CMYK
RGB Variations
Color information
#A1A01B (or 0xA1A01B) is known color: Lucky. HEX triplet: A1, A0 and 1B. RGB value is (161,160,27). Sum of RGB (Red+Green+Blue) = 161+160+27=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A01B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A01B is #5E5FE4. Grayscale: #919191. Windows color (decimal): -6184933 or 1810593. OLE color: 1810593.
HSL color Cylindrical-coordinate representation of color #A1A01B: hue angle of 59.55º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1A01B is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 27 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.37 |
| HSL | 59.55º | 0.71% | 0.37% | - |
| HSV(B) | 59.55º | 0.83% | 0.63% | - |
| XYZ | 27.47 | 32.8 | 5.92 | - |
| YUV | 145.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 27 | 0 | 0.01 | 0.83 | 0.37 | 59.55 | 0.71 | 0.37 |
| Hex | A1 | A0 | 1B | 0 | 1 | 53 | 25 | 3C | 47 | 25 |
| Octal | 241 | 240 | 33 | 0 | 1 | 123 | 45 | 74 | 107 | 45 |
| Binary | 10100001 | 10100000 | 11011 | 0 | 1 | 1010011 | 100101 | 111100 | 1000111 | 100101 |
Color Harmonies of #A1A01B
Complementary color
Monochromatic Colors of #A1A01B
Black with #A1A01B
Text Example
Text Example
White with #A1A01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A01B; }
p { color: rgb(161,160,27); }
H1.HeaderClassName
{
color: #A1A01B;
}
.AnyTagClassName
{
color: #A1A01B;
}
</style>
background-color css
<style>
a { background-color: #A1A01B; }
a { background-color: rgb(161,160,27); }
div.DivClassName
{
background-color: #A1A01B;
}
.BgClassName
{
background-color: #A1A01B;
}
</style>
border-color css
<style>
span { border-color: #A1A01B; }
span { border-color: rgb(161,160,27); }
td.TdClassName
{
border-color: #A1A01B;
}
.TagClassName
{
border-color: #A1A01B;
}
</style>