Shades of Lucky #A49023
Tints of Lucky #A49023
RGB
CMYK
RGB Variations
Color information
#A49023 (or 0xA49023) is known color: Lucky. HEX triplet: A4, 90 and 23. RGB value is (164,144,35). Sum of RGB (Red+Green+Blue) = 164+144+35=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A49023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49023 is #5B6FDC. Grayscale: #8A8A8A. Windows color (decimal): -5992413 or 2330788. OLE color: 2330788.
HSL color Cylindrical-coordinate representation of color #A49023: hue angle of 50.7º 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 #A49023 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 144 | 35 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.36 |
| HSL | 50.7º | 0.65% | 0.39% | - |
| HSV(B) | 50.7º | 0.79% | 0.64% | - |
| XYZ | 25.59 | 27.96 | 5.64 | - |
| YUV | 137.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 35 | 0 | 0.12 | 0.79 | 0.36 | 50.7 | 0.65 | 0.39 |
| Hex | A4 | 90 | 23 | 0 | C | 4F | 24 | 33 | 41 | 27 |
| Octal | 244 | 220 | 43 | 0 | 14 | 117 | 44 | 63 | 101 | 47 |
| Binary | 10100100 | 10010000 | 100011 | 0 | 1100 | 1001111 | 100100 | 110011 | 1000001 | 100111 |
Color Harmonies of #A49023
Complementary color
Monochromatic Colors of #A49023
Black with #A49023
Text Example
Text Example
White with #A49023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49023; }
p { color: rgb(164,144,35); }
H1.HeaderClassName
{
color: #A49023;
}
.AnyTagClassName
{
color: #A49023;
}
</style>
background-color css
<style>
a { background-color: #A49023; }
a { background-color: rgb(164,144,35); }
div.DivClassName
{
background-color: #A49023;
}
.BgClassName
{
background-color: #A49023;
}
</style>
border-color css
<style>
span { border-color: #A49023; }
span { border-color: rgb(164,144,35); }
td.TdClassName
{
border-color: #A49023;
}
.TagClassName
{
border-color: #A49023;
}
</style>