Shades of Lucky #A49102
Tints of Lucky #A49102
RGB
CMYK
RGB Variations
Color information
#A49102 (or 0xA49102) is known color: Lucky. HEX triplet: A4, 91 and 02. RGB value is (164,145,2). Sum of RGB (Red+Green+Blue) = 164+145+2=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A49102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49102 is #5B6EFD. Grayscale: #868686. Windows color (decimal): -5992190 or 168356. OLE color: 168356.
HSL color Cylindrical-coordinate representation of color #A49102: hue angle of 52.96º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A49102 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 145 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.36 |
| HSL | 52.96º | 0.98% | 0.33% | - |
| HSV(B) | 52.96º | 0.99% | 0.64% | - |
| XYZ | 25.45 | 28.15 | 4.15 | - |
| YUV | 134.38 | 53.29 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 2 | 0 | 0.12 | 0.99 | 0.36 | 52.96 | 0.98 | 0.33 |
| Hex | A4 | 91 | 2 | 0 | C | 63 | 24 | 35 | 62 | 21 |
| Octal | 244 | 221 | 2 | 0 | 14 | 143 | 44 | 65 | 142 | 41 |
| Binary | 10100100 | 10010001 | 10 | 0 | 1100 | 1100011 | 100100 | 110101 | 1100010 | 100001 |
Color Harmonies of #A49102
Complementary color
Monochromatic Colors of #A49102
Black with #A49102
Text Example
Text Example
White with #A49102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49102; }
p { color: rgb(164,145,2); }
H1.HeaderClassName
{
color: #A49102;
}
.AnyTagClassName
{
color: #A49102;
}
</style>
background-color css
<style>
a { background-color: #A49102; }
a { background-color: rgb(164,145,2); }
div.DivClassName
{
background-color: #A49102;
}
.BgClassName
{
background-color: #A49102;
}
</style>
border-color css
<style>
span { border-color: #A49102; }
span { border-color: rgb(164,145,2); }
td.TdClassName
{
border-color: #A49102;
}
.TagClassName
{
border-color: #A49102;
}
</style>