Shades of Lucky #A49E23
Tints of Lucky #A49E23
RGB
CMYK
RGB Variations
Color information
#A49E23 (or 0xA49E23) is known color: Lucky. HEX triplet: A4, 9E and 23. RGB value is (164,158,35). Sum of RGB (Red+Green+Blue) = 164+158+35=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49E23 is #5B61DC. Grayscale: #929292. Windows color (decimal): -5988829 or 2334372. OLE color: 2334372.
HSL color Cylindrical-coordinate representation of color #A49E23: hue angle of 57.21º 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 #A49E23 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 158 | 35 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.36 |
| HSL | 57.21º | 0.65% | 0.39% | - |
| HSV(B) | 57.21º | 0.79% | 0.64% | - |
| XYZ | 27.84 | 32.47 | 6.39 | - |
| YUV | 145.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 35 | 0 | 0.04 | 0.79 | 0.36 | 57.21 | 0.65 | 0.39 |
| Hex | A4 | 9E | 23 | 0 | 4 | 4F | 24 | 39 | 41 | 27 |
| Octal | 244 | 236 | 43 | 0 | 4 | 117 | 44 | 71 | 101 | 47 |
| Binary | 10100100 | 10011110 | 100011 | 0 | 100 | 1001111 | 100100 | 111001 | 1000001 | 100111 |
Color Harmonies of #A49E23
Complementary color
Monochromatic Colors of #A49E23
Black with #A49E23
Text Example
Text Example
White with #A49E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49E23; }
p { color: rgb(164,158,35); }
H1.HeaderClassName
{
color: #A49E23;
}
.AnyTagClassName
{
color: #A49E23;
}
</style>
background-color css
<style>
a { background-color: #A49E23; }
a { background-color: rgb(164,158,35); }
div.DivClassName
{
background-color: #A49E23;
}
.BgClassName
{
background-color: #A49E23;
}
</style>
border-color css
<style>
span { border-color: #A49E23; }
span { border-color: rgb(164,158,35); }
td.TdClassName
{
border-color: #A49E23;
}
.TagClassName
{
border-color: #A49E23;
}
</style>