Shades of Lucky #A29815
Tints of Lucky #A29815
RGB
CMYK
RGB Variations
Color information
#A29815 (or 0xA29815) is known color: Lucky. HEX triplet: A2, 98 and 15. RGB value is (162,152,21). Sum of RGB (Red+Green+Blue) = 162+152+21=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A29815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29815 is #5D67EA. Grayscale: #8C8C8C. Windows color (decimal): -6121451 or 1415330. OLE color: 1415330.
HSL color Cylindrical-coordinate representation of color #A29815: hue angle of 55.74º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A29815 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 21 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.36 |
| HSL | 55.74º | 0.77% | 0.36% | - |
| HSV(B) | 55.74º | 0.87% | 0.64% | - |
| XYZ | 26.26 | 30.19 | 5.15 | - |
| YUV | 140.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 21 | 0 | 0.06 | 0.87 | 0.36 | 55.74 | 0.77 | 0.36 |
| Hex | A2 | 98 | 15 | 0 | 6 | 57 | 24 | 38 | 4D | 24 |
| Octal | 242 | 230 | 25 | 0 | 6 | 127 | 44 | 70 | 115 | 44 |
| Binary | 10100010 | 10011000 | 10101 | 0 | 110 | 1010111 | 100100 | 111000 | 1001101 | 100100 |
Color Harmonies of #A29815
Complementary color
Monochromatic Colors of #A29815
Black with #A29815
Text Example
Text Example
White with #A29815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29815; }
p { color: rgb(162,152,21); }
H1.HeaderClassName
{
color: #A29815;
}
.AnyTagClassName
{
color: #A29815;
}
</style>
background-color css
<style>
a { background-color: #A29815; }
a { background-color: rgb(162,152,21); }
div.DivClassName
{
background-color: #A29815;
}
.BgClassName
{
background-color: #A29815;
}
</style>
border-color css
<style>
span { border-color: #A29815; }
span { border-color: rgb(162,152,21); }
td.TdClassName
{
border-color: #A29815;
}
.TagClassName
{
border-color: #A29815;
}
</style>