Shades of Lucky #A1A527
Tints of Lucky #A1A527
RGB
CMYK
RGB Variations
Color information
#A1A527 (or 0xA1A527) is known color: Lucky. HEX triplet: A1, A5 and 27. RGB value is (161,165,39). Sum of RGB (Red+Green+Blue) = 161+165+39=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A527 is #5E5AD8. Grayscale: #959595. Windows color (decimal): -6183641 or 2598305. OLE color: 2598305.
HSL color Cylindrical-coordinate representation of color #A1A527: hue angle of 61.9º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1A527 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 165 | 39 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.35 |
| HSL | 61.9º | 0.62% | 0.4% | - |
| HSV(B) | 61.9º | 0.76% | 0.65% | - |
| XYZ | 28.52 | 34.63 | 7.1 | - |
| YUV | 149.44 | 65.67 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 39 | 0.02 | 0 | 0.76 | 0.35 | 61.9 | 0.62 | 0.4 |
| Hex | A1 | A5 | 27 | 2 | 0 | 4C | 23 | 3E | 3E | 28 |
| Octal | 241 | 245 | 47 | 2 | 0 | 114 | 43 | 76 | 76 | 50 |
| Binary | 10100001 | 10100101 | 100111 | 10 | 0 | 1001100 | 100011 | 111110 | 111110 | 101000 |
Color Harmonies of #A1A527
Complementary color
Monochromatic Colors of #A1A527
Black with #A1A527
Text Example
Text Example
White with #A1A527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A527; }
p { color: rgb(161,165,39); }
H1.HeaderClassName
{
color: #A1A527;
}
.AnyTagClassName
{
color: #A1A527;
}
</style>
background-color css
<style>
a { background-color: #A1A527; }
a { background-color: rgb(161,165,39); }
div.DivClassName
{
background-color: #A1A527;
}
.BgClassName
{
background-color: #A1A527;
}
</style>
border-color css
<style>
span { border-color: #A1A527; }
span { border-color: rgb(161,165,39); }
td.TdClassName
{
border-color: #A1A527;
}
.TagClassName
{
border-color: #A1A527;
}
</style>