Shades of Lucky #A1A427
Tints of Lucky #A1A427
RGB
CMYK
RGB Variations
Color information
#A1A427 (or 0xA1A427) is known color: Lucky. HEX triplet: A1, A4 and 27. RGB value is (161,164,39). Sum of RGB (Red+Green+Blue) = 161+164+39=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A427 is #5E5BD8. Grayscale: #959595. Windows color (decimal): -6183897 or 2598049. OLE color: 2598049.
HSL color Cylindrical-coordinate representation of color #A1A427: hue angle of 61.44º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1A427 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 39 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.36 |
| HSL | 61.44º | 0.62% | 0.4% | - |
| HSV(B) | 61.44º | 0.76% | 0.64% | - |
| XYZ | 28.34 | 34.27 | 7.04 | - |
| YUV | 148.85 | 66.01 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 39 | 0.02 | 0 | 0.76 | 0.36 | 61.44 | 0.62 | 0.4 |
| Hex | A1 | A4 | 27 | 2 | 0 | 4C | 24 | 3D | 3E | 28 |
| Octal | 241 | 244 | 47 | 2 | 0 | 114 | 44 | 75 | 76 | 50 |
| Binary | 10100001 | 10100100 | 100111 | 10 | 0 | 1001100 | 100100 | 111101 | 111110 | 101000 |
Color Harmonies of #A1A427
Complementary color
Monochromatic Colors of #A1A427
Black with #A1A427
Text Example
Text Example
White with #A1A427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A427; }
p { color: rgb(161,164,39); }
H1.HeaderClassName
{
color: #A1A427;
}
.AnyTagClassName
{
color: #A1A427;
}
</style>
background-color css
<style>
a { background-color: #A1A427; }
a { background-color: rgb(161,164,39); }
div.DivClassName
{
background-color: #A1A427;
}
.BgClassName
{
background-color: #A1A427;
}
</style>
border-color css
<style>
span { border-color: #A1A427; }
span { border-color: rgb(161,164,39); }
td.TdClassName
{
border-color: #A1A427;
}
.TagClassName
{
border-color: #A1A427;
}
</style>