Shades of Lucky #A49508
Tints of Lucky #A49508
RGB
CMYK
RGB Variations
Color information
#A49508 (or 0xA49508) is known color: Lucky. HEX triplet: A4, 95 and 08. RGB value is (164,149,8). Sum of RGB (Red+Green+Blue) = 164+149+8=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A49508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49508 is #5B6AF7. Grayscale: #898989. Windows color (decimal): -5991160 or 562596. OLE color: 562596.
HSL color Cylindrical-coordinate representation of color #A49508: hue angle of 54.23º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A49508 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 149 | 8 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.36 |
| HSL | 54.23º | 0.91% | 0.34% | - |
| HSV(B) | 54.23º | 0.95% | 0.64% | - |
| XYZ | 26.1 | 29.4 | 4.53 | - |
| YUV | 137.41 | 54.97 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 8 | 0 | 0.09 | 0.95 | 0.36 | 54.23 | 0.91 | 0.34 |
| Hex | A4 | 95 | 8 | 0 | 9 | 5F | 24 | 36 | 5B | 22 |
| Octal | 244 | 225 | 10 | 0 | 11 | 137 | 44 | 66 | 133 | 42 |
| Binary | 10100100 | 10010101 | 1000 | 0 | 1001 | 1011111 | 100100 | 110110 | 1011011 | 100010 |
Color Harmonies of #A49508
Complementary color
Monochromatic Colors of #A49508
Black with #A49508
Text Example
Text Example
White with #A49508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49508; }
p { color: rgb(164,149,8); }
H1.HeaderClassName
{
color: #A49508;
}
.AnyTagClassName
{
color: #A49508;
}
</style>
background-color css
<style>
a { background-color: #A49508; }
a { background-color: rgb(164,149,8); }
div.DivClassName
{
background-color: #A49508;
}
.BgClassName
{
background-color: #A49508;
}
</style>
border-color css
<style>
span { border-color: #A49508; }
span { border-color: rgb(164,149,8); }
td.TdClassName
{
border-color: #A49508;
}
.TagClassName
{
border-color: #A49508;
}
</style>