Shades of Lucky #A2962B
Tints of Lucky #A2962B
RGB
CMYK
RGB Variations
Color information
#A2962B (or 0xA2962B) is known color: Lucky. HEX triplet: A2, 96 and 2B. RGB value is (162,150,43). Sum of RGB (Red+Green+Blue) = 162+150+43=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2962B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2962B is #5D69D4. Grayscale: #8D8D8D. Windows color (decimal): -6121941 or 2856610. OLE color: 2856610.
HSL color Cylindrical-coordinate representation of color #A2962B: hue angle of 53.95º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2962B is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 43 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.36 |
| HSL | 53.95º | 0.58% | 0.4% | - |
| HSV(B) | 53.95º | 0.73% | 0.64% | - |
| XYZ | 26.24 | 29.67 | 6.63 | - |
| YUV | 141.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 43 | 0 | 0.07 | 0.73 | 0.36 | 53.95 | 0.58 | 0.4 |
| Hex | A2 | 96 | 2B | 0 | 7 | 49 | 24 | 36 | 3A | 28 |
| Octal | 242 | 226 | 53 | 0 | 7 | 111 | 44 | 66 | 72 | 50 |
| Binary | 10100010 | 10010110 | 101011 | 0 | 111 | 1001001 | 100100 | 110110 | 111010 | 101000 |
Color Harmonies of #A2962B
Complementary color
Monochromatic Colors of #A2962B
Black with #A2962B
Text Example
Text Example
White with #A2962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2962B; }
p { color: rgb(162,150,43); }
H1.HeaderClassName
{
color: #A2962B;
}
.AnyTagClassName
{
color: #A2962B;
}
</style>
background-color css
<style>
a { background-color: #A2962B; }
a { background-color: rgb(162,150,43); }
div.DivClassName
{
background-color: #A2962B;
}
.BgClassName
{
background-color: #A2962B;
}
</style>
border-color css
<style>
span { border-color: #A2962B; }
span { border-color: rgb(162,150,43); }
td.TdClassName
{
border-color: #A2962B;
}
.TagClassName
{
border-color: #A2962B;
}
</style>