Shades of Lucky #A4A321
Tints of Lucky #A4A321
RGB
CMYK
RGB Variations
Color information
#A4A321 (or 0xA4A321) is known color: Lucky. HEX triplet: A4, A3 and 21. RGB value is (164,163,33). Sum of RGB (Red+Green+Blue) = 164+163+33=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A321 is #5B5CDE. Grayscale: #959595. Windows color (decimal): -5987551 or 2204580. OLE color: 2204580.
HSL color Cylindrical-coordinate representation of color #A4A321: hue angle of 59.54º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4A321 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 163 | 33 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.36 |
| HSL | 59.54º | 0.66% | 0.39% | - |
| HSV(B) | 59.54º | 0.8% | 0.64% | - |
| XYZ | 28.68 | 34.2 | 6.53 | - |
| YUV | 148.48 | 62.83 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 33 | 0 | 0.01 | 0.80 | 0.36 | 59.54 | 0.66 | 0.39 |
| Hex | A4 | A3 | 21 | 0 | 1 | 50 | 24 | 3C | 42 | 27 |
| Octal | 244 | 243 | 41 | 0 | 1 | 120 | 44 | 74 | 102 | 47 |
| Binary | 10100100 | 10100011 | 100001 | 0 | 1 | 1010000 | 100100 | 111100 | 1000010 | 100111 |
Color Harmonies of #A4A321
Complementary color
Monochromatic Colors of #A4A321
Black with #A4A321
Text Example
Text Example
White with #A4A321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A321; }
p { color: rgb(164,163,33); }
H1.HeaderClassName
{
color: #A4A321;
}
.AnyTagClassName
{
color: #A4A321;
}
</style>
background-color css
<style>
a { background-color: #A4A321; }
a { background-color: rgb(164,163,33); }
div.DivClassName
{
background-color: #A4A321;
}
.BgClassName
{
background-color: #A4A321;
}
</style>
border-color css
<style>
span { border-color: #A4A321; }
span { border-color: rgb(164,163,33); }
td.TdClassName
{
border-color: #A4A321;
}
.TagClassName
{
border-color: #A4A321;
}
</style>