Shades of Lucky #A49728
Tints of Lucky #A49728
RGB
CMYK
RGB Variations
Color information
#A49728 (or 0xA49728) is known color: Lucky. HEX triplet: A4, 97 and 28. RGB value is (164,151,40). Sum of RGB (Red+Green+Blue) = 164+151+40=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A49728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49728 is #5B68D7. Grayscale: #8E8E8E. Windows color (decimal): -5990616 or 2660260. OLE color: 2660260.
HSL color Cylindrical-coordinate representation of color #A49728: hue angle of 53.71º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A49728 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 151 | 40 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.36 |
| HSL | 53.71º | 0.61% | 0.4% | - |
| HSV(B) | 53.71º | 0.76% | 0.64% | - |
| XYZ | 26.76 | 30.18 | 6.42 | - |
| YUV | 142.23 | 70.31 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 40 | 0 | 0.08 | 0.76 | 0.36 | 53.71 | 0.61 | 0.4 |
| Hex | A4 | 97 | 28 | 0 | 8 | 4C | 24 | 36 | 3D | 28 |
| Octal | 244 | 227 | 50 | 0 | 10 | 114 | 44 | 66 | 75 | 50 |
| Binary | 10100100 | 10010111 | 101000 | 0 | 1000 | 1001100 | 100100 | 110110 | 111101 | 101000 |
Color Harmonies of #A49728
Complementary color
Monochromatic Colors of #A49728
Black with #A49728
Text Example
Text Example
White with #A49728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49728; }
p { color: rgb(164,151,40); }
H1.HeaderClassName
{
color: #A49728;
}
.AnyTagClassName
{
color: #A49728;
}
</style>
background-color css
<style>
a { background-color: #A49728; }
a { background-color: rgb(164,151,40); }
div.DivClassName
{
background-color: #A49728;
}
.BgClassName
{
background-color: #A49728;
}
</style>
border-color css
<style>
span { border-color: #A49728; }
span { border-color: rgb(164,151,40); }
td.TdClassName
{
border-color: #A49728;
}
.TagClassName
{
border-color: #A49728;
}
</style>