Shades of Lucky #A2921A
Tints of Lucky #A2921A
RGB
CMYK
RGB Variations
Color information
#A2921A (or 0xA2921A) is known color: Lucky. HEX triplet: A2, 92 and 1A. RGB value is (162,146,26). Sum of RGB (Red+Green+Blue) = 162+146+26=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A2921A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2921A is #5D6DE5. Grayscale: #898989. Windows color (decimal): -6122982 or 1741474. OLE color: 1741474.
HSL color Cylindrical-coordinate representation of color #A2921A: hue angle of 52.94º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2921A is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 146 | 26 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.36 |
| HSL | 52.94º | 0.72% | 0.37% | - |
| HSV(B) | 52.94º | 0.84% | 0.64% | - |
| XYZ | 25.37 | 28.31 | 5.11 | - |
| YUV | 137.1 | 65.3 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 26 | 0 | 0.10 | 0.84 | 0.36 | 52.94 | 0.72 | 0.37 |
| Hex | A2 | 92 | 1A | 0 | A | 54 | 24 | 35 | 48 | 25 |
| Octal | 242 | 222 | 32 | 0 | 12 | 124 | 44 | 65 | 110 | 45 |
| Binary | 10100010 | 10010010 | 11010 | 0 | 1010 | 1010100 | 100100 | 110101 | 1001000 | 100101 |
Color Harmonies of #A2921A
Complementary color
Monochromatic Colors of #A2921A
Black with #A2921A
Text Example
Text Example
White with #A2921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2921A; }
p { color: rgb(162,146,26); }
H1.HeaderClassName
{
color: #A2921A;
}
.AnyTagClassName
{
color: #A2921A;
}
</style>
background-color css
<style>
a { background-color: #A2921A; }
a { background-color: rgb(162,146,26); }
div.DivClassName
{
background-color: #A2921A;
}
.BgClassName
{
background-color: #A2921A;
}
</style>
border-color css
<style>
span { border-color: #A2921A; }
span { border-color: rgb(162,146,26); }
td.TdClassName
{
border-color: #A2921A;
}
.TagClassName
{
border-color: #A2921A;
}
</style>