Shades of Lucky #A29313
Tints of Lucky #A29313
RGB
CMYK
RGB Variations
Color information
#A29313 (or 0xA29313) is known color: Lucky. HEX triplet: A2, 93 and 13. RGB value is (162,147,19). Sum of RGB (Red+Green+Blue) = 162+147+19=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A29313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29313 is #5D6CEC. Grayscale: #898989. Windows color (decimal): -6122733 or 1282978. OLE color: 1282978.
HSL color Cylindrical-coordinate representation of color #A29313: hue angle of 53.71º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A29313 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 147 | 19 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.36 |
| HSL | 53.71º | 0.79% | 0.35% | - |
| HSV(B) | 53.71º | 0.88% | 0.64% | - |
| XYZ | 25.45 | 28.6 | 4.79 | - |
| YUV | 136.89 | 61.47 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 19 | 0 | 0.09 | 0.88 | 0.36 | 53.71 | 0.79 | 0.35 |
| Hex | A2 | 93 | 13 | 0 | 9 | 58 | 24 | 36 | 4F | 23 |
| Octal | 242 | 223 | 23 | 0 | 11 | 130 | 44 | 66 | 117 | 43 |
| Binary | 10100010 | 10010011 | 10011 | 0 | 1001 | 1011000 | 100100 | 110110 | 1001111 | 100011 |
Color Harmonies of #A29313
Complementary color
Monochromatic Colors of #A29313
Black with #A29313
Text Example
Text Example
White with #A29313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29313; }
p { color: rgb(162,147,19); }
H1.HeaderClassName
{
color: #A29313;
}
.AnyTagClassName
{
color: #A29313;
}
</style>
background-color css
<style>
a { background-color: #A29313; }
a { background-color: rgb(162,147,19); }
div.DivClassName
{
background-color: #A29313;
}
.BgClassName
{
background-color: #A29313;
}
</style>
border-color css
<style>
span { border-color: #A29313; }
span { border-color: rgb(162,147,19); }
td.TdClassName
{
border-color: #A29313;
}
.TagClassName
{
border-color: #A29313;
}
</style>