Shades of Lucky #A4A21E
Tints of Lucky #A4A21E
RGB
CMYK
RGB Variations
Color information
#A4A21E (or 0xA4A21E) is known color: Lucky. HEX triplet: A4, A2 and 1E. RGB value is (164,162,30). Sum of RGB (Red+Green+Blue) = 164+162+30=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A21E is #5B5DE1. Grayscale: #949494. Windows color (decimal): -5987810 or 2007716. OLE color: 2007716.
HSL color Cylindrical-coordinate representation of color #A4A21E: hue angle of 59.1º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4A21E is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 162 | 30 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.36 |
| HSL | 59.1º | 0.69% | 0.38% | - |
| HSV(B) | 59.1º | 0.82% | 0.64% | - |
| XYZ | 28.46 | 33.83 | 6.26 | - |
| YUV | 147.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 162 | 30 | 0 | 0.01 | 0.82 | 0.36 | 59.1 | 0.69 | 0.38 |
| Hex | A4 | A2 | 1E | 0 | 1 | 52 | 24 | 3B | 45 | 26 |
| Octal | 244 | 242 | 36 | 0 | 1 | 122 | 44 | 73 | 105 | 46 |
| Binary | 10100100 | 10100010 | 11110 | 0 | 1 | 1010010 | 100100 | 111011 | 1000101 | 100110 |
Color Harmonies of #A4A21E
Complementary color
Monochromatic Colors of #A4A21E
Black with #A4A21E
Text Example
Text Example
White with #A4A21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A21E; }
p { color: rgb(164,162,30); }
H1.HeaderClassName
{
color: #A4A21E;
}
.AnyTagClassName
{
color: #A4A21E;
}
</style>
background-color css
<style>
a { background-color: #A4A21E; }
a { background-color: rgb(164,162,30); }
div.DivClassName
{
background-color: #A4A21E;
}
.BgClassName
{
background-color: #A4A21E;
}
</style>
border-color css
<style>
span { border-color: #A4A21E; }
span { border-color: rgb(164,162,30); }
td.TdClassName
{
border-color: #A4A21E;
}
.TagClassName
{
border-color: #A4A21E;
}
</style>