Shades of Lucky #A29813
Tints of Lucky #A29813
RGB
CMYK
RGB Variations
Color information
#A29813 (or 0xA29813) is known color: Lucky. HEX triplet: A2, 98 and 13. RGB value is (162,152,19). Sum of RGB (Red+Green+Blue) = 162+152+19=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A29813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29813 is #5D67EC. Grayscale: #8C8C8C. Windows color (decimal): -6121453 or 1284258. OLE color: 1284258.
HSL color Cylindrical-coordinate representation of color #A29813: hue angle of 55.8º 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 #A29813 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 19 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.36 |
| HSL | 55.8º | 0.79% | 0.35% | - |
| HSV(B) | 55.8º | 0.88% | 0.64% | - |
| XYZ | 26.25 | 30.18 | 5.06 | - |
| YUV | 139.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 19 | 0 | 0.06 | 0.88 | 0.36 | 55.8 | 0.79 | 0.35 |
| Hex | A2 | 98 | 13 | 0 | 6 | 58 | 24 | 38 | 4F | 23 |
| Octal | 242 | 230 | 23 | 0 | 6 | 130 | 44 | 70 | 117 | 43 |
| Binary | 10100010 | 10011000 | 10011 | 0 | 110 | 1011000 | 100100 | 111000 | 1001111 | 100011 |
Color Harmonies of #A29813
Complementary color
Monochromatic Colors of #A29813
Black with #A29813
Text Example
Text Example
White with #A29813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29813; }
p { color: rgb(162,152,19); }
H1.HeaderClassName
{
color: #A29813;
}
.AnyTagClassName
{
color: #A29813;
}
</style>
background-color css
<style>
a { background-color: #A29813; }
a { background-color: rgb(162,152,19); }
div.DivClassName
{
background-color: #A29813;
}
.BgClassName
{
background-color: #A29813;
}
</style>
border-color css
<style>
span { border-color: #A29813; }
span { border-color: rgb(162,152,19); }
td.TdClassName
{
border-color: #A29813;
}
.TagClassName
{
border-color: #A29813;
}
</style>