Shades of Lucky #A2930C
Tints of Lucky #A2930C
RGB
CMYK
RGB Variations
Color information
#A2930C (or 0xA2930C) is known color: Lucky. HEX triplet: A2, 93 and 0C. RGB value is (162,147,12). Sum of RGB (Red+Green+Blue) = 162+147+12=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2930C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2930C is #5D6CF3. Grayscale: #888888. Windows color (decimal): -6122740 or 824226. OLE color: 824226.
HSL color Cylindrical-coordinate representation of color #A2930C: hue angle of 54º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2930C is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 147 | 12 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.36 |
| HSL | 54º | 0.86% | 0.34% | - |
| HSV(B) | 54º | 0.93% | 0.64% | - |
| XYZ | 25.4 | 28.58 | 4.52 | - |
| YUV | 136.1 | 57.97 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 12 | 0 | 0.09 | 0.93 | 0.36 | 54 | 0.86 | 0.34 |
| Hex | A2 | 93 | C | 0 | 9 | 5D | 24 | 36 | 56 | 22 |
| Octal | 242 | 223 | 14 | 0 | 11 | 135 | 44 | 66 | 126 | 42 |
| Binary | 10100010 | 10010011 | 1100 | 0 | 1001 | 1011101 | 100100 | 110110 | 1010110 | 100010 |
Color Harmonies of #A2930C
Complementary color
Monochromatic Colors of #A2930C
Black with #A2930C
Text Example
Text Example
White with #A2930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2930C; }
p { color: rgb(162,147,12); }
H1.HeaderClassName
{
color: #A2930C;
}
.AnyTagClassName
{
color: #A2930C;
}
</style>
background-color css
<style>
a { background-color: #A2930C; }
a { background-color: rgb(162,147,12); }
div.DivClassName
{
background-color: #A2930C;
}
.BgClassName
{
background-color: #A2930C;
}
</style>
border-color css
<style>
span { border-color: #A2930C; }
span { border-color: rgb(162,147,12); }
td.TdClassName
{
border-color: #A2930C;
}
.TagClassName
{
border-color: #A2930C;
}
</style>