Shades of Lucky #A49F30
Tints of Lucky #A49F30
RGB
CMYK
RGB Variations
Color information
#A49F30 (or 0xA49F30) is known color: Lucky. HEX triplet: A4, 9F and 30. RGB value is (164,159,48). Sum of RGB (Red+Green+Blue) = 164+159+48=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49F30 is #5B60CF. Grayscale: #949494. Windows color (decimal): -5988560 or 3186596. OLE color: 3186596.
HSL color Cylindrical-coordinate representation of color #A49F30: hue angle of 57.41º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A49F30 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 159 | 48 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.36 |
| HSL | 57.41º | 0.55% | 0.42% | - |
| HSV(B) | 57.41º | 0.71% | 0.64% | - |
| XYZ | 28.24 | 32.9 | 7.66 | - |
| YUV | 147.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 159 | 48 | 0 | 0.03 | 0.71 | 0.36 | 57.41 | 0.55 | 0.42 |
| Hex | A4 | 9F | 30 | 0 | 3 | 47 | 24 | 39 | 37 | 2A |
| Octal | 244 | 237 | 60 | 0 | 3 | 107 | 44 | 71 | 67 | 52 |
| Binary | 10100100 | 10011111 | 110000 | 0 | 11 | 1000111 | 100100 | 111001 | 110111 | 101010 |
Color Harmonies of #A49F30
Complementary color
Monochromatic Colors of #A49F30
Black with #A49F30
Text Example
Text Example
White with #A49F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49F30; }
p { color: rgb(164,159,48); }
H1.HeaderClassName
{
color: #A49F30;
}
.AnyTagClassName
{
color: #A49F30;
}
</style>
background-color css
<style>
a { background-color: #A49F30; }
a { background-color: rgb(164,159,48); }
div.DivClassName
{
background-color: #A49F30;
}
.BgClassName
{
background-color: #A49F30;
}
</style>
border-color css
<style>
span { border-color: #A49F30; }
span { border-color: rgb(164,159,48); }
td.TdClassName
{
border-color: #A49F30;
}
.TagClassName
{
border-color: #A49F30;
}
</style>