Shades of Lucky #A2950A
Tints of Lucky #A2950A
RGB
CMYK
RGB Variations
Color information
#A2950A (or 0xA2950A) is known color: Lucky. HEX triplet: A2, 95 and 0A. RGB value is (162,149,10). Sum of RGB (Red+Green+Blue) = 162+149+10=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2950A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2950A is #5D6AF5. Grayscale: #898989. Windows color (decimal): -6122230 or 693666. OLE color: 693666.
HSL color Cylindrical-coordinate representation of color #A2950A: hue angle of 54.87º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2950A is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 149 | 10 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.36 |
| HSL | 54.87º | 0.88% | 0.34% | - |
| HSV(B) | 54.87º | 0.94% | 0.64% | - |
| XYZ | 25.7 | 29.2 | 4.57 | - |
| YUV | 137.04 | 56.31 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 10 | 0 | 0.08 | 0.94 | 0.36 | 54.87 | 0.88 | 0.34 |
| Hex | A2 | 95 | A | 0 | 8 | 5E | 24 | 37 | 58 | 22 |
| Octal | 242 | 225 | 12 | 0 | 10 | 136 | 44 | 67 | 130 | 42 |
| Binary | 10100010 | 10010101 | 1010 | 0 | 1000 | 1011110 | 100100 | 110111 | 1011000 | 100010 |
Color Harmonies of #A2950A
Complementary color
Monochromatic Colors of #A2950A
Black with #A2950A
Text Example
Text Example
White with #A2950A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2950A; }
p { color: rgb(162,149,10); }
H1.HeaderClassName
{
color: #A2950A;
}
.AnyTagClassName
{
color: #A2950A;
}
</style>
background-color css
<style>
a { background-color: #A2950A; }
a { background-color: rgb(162,149,10); }
div.DivClassName
{
background-color: #A2950A;
}
.BgClassName
{
background-color: #A2950A;
}
</style>
border-color css
<style>
span { border-color: #A2950A; }
span { border-color: rgb(162,149,10); }
td.TdClassName
{
border-color: #A2950A;
}
.TagClassName
{
border-color: #A2950A;
}
</style>