Shades of Lucky #A4A423
Tints of Lucky #A4A423
RGB
CMYK
RGB Variations
Color information
#A4A423 (or 0xA4A423) is known color: Lucky. HEX triplet: A4, A4 and 23. RGB value is (164,164,35). Sum of RGB (Red+Green+Blue) = 164+164+35=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A423 is #5B5BDC. Grayscale: #959595. Windows color (decimal): -5987293 or 2335908. OLE color: 2335908.
HSL color Cylindrical-coordinate representation of color #A4A423: hue angle of 60º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A4A423 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 164 | 35 | - |
| CMYK | 0 | 0 | 0.79 | 0.36 |
| HSL | 60º | 0.65% | 0.39% | - |
| HSV(B) | 60º | 0.79% | 0.64% | - |
| XYZ | 28.89 | 34.56 | 6.74 | - |
| YUV | 149.29 | 63.5 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 164 | 35 | 0 | 0 | 0.79 | 0.36 | 60 | 0.65 | 0.39 |
| Hex | A4 | A4 | 23 | 0 | 0 | 4F | 24 | 3C | 41 | 27 |
| Octal | 244 | 244 | 43 | 0 | 0 | 117 | 44 | 74 | 101 | 47 |
| Binary | 10100100 | 10100100 | 100011 | 0 | 0 | 1001111 | 100100 | 111100 | 1000001 | 100111 |
Color Harmonies of #A4A423
Complementary color
Monochromatic Colors of #A4A423
Black with #A4A423
Text Example
Text Example
White with #A4A423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A423; }
p { color: rgb(164,164,35); }
H1.HeaderClassName
{
color: #A4A423;
}
.AnyTagClassName
{
color: #A4A423;
}
</style>
background-color css
<style>
a { background-color: #A4A423; }
a { background-color: rgb(164,164,35); }
div.DivClassName
{
background-color: #A4A423;
}
.BgClassName
{
background-color: #A4A423;
}
</style>
border-color css
<style>
span { border-color: #A4A423; }
span { border-color: rgb(164,164,35); }
td.TdClassName
{
border-color: #A4A423;
}
.TagClassName
{
border-color: #A4A423;
}
</style>