Shades of Lucky #A2951E
Tints of Lucky #A2951E
RGB
CMYK
RGB Variations
Color information
#A2951E (or 0xA2951E) is known color: Lucky. HEX triplet: A2, 95 and 1E. RGB value is (162,149,30). Sum of RGB (Red+Green+Blue) = 162+149+30=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2951E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2951E is #5D6AE1. Grayscale: #8B8B8B. Windows color (decimal): -6122210 or 2004386. OLE color: 2004386.
HSL color Cylindrical-coordinate representation of color #A2951E: hue angle of 54.09º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2951E is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 149 | 30 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.36 |
| HSL | 54.09º | 0.69% | 0.38% | - |
| HSV(B) | 54.09º | 0.81% | 0.64% | - |
| XYZ | 25.88 | 29.27 | 5.51 | - |
| YUV | 139.32 | 66.31 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 30 | 0 | 0.08 | 0.81 | 0.36 | 54.09 | 0.69 | 0.38 |
| Hex | A2 | 95 | 1E | 0 | 8 | 51 | 24 | 36 | 45 | 26 |
| Octal | 242 | 225 | 36 | 0 | 10 | 121 | 44 | 66 | 105 | 46 |
| Binary | 10100010 | 10010101 | 11110 | 0 | 1000 | 1010001 | 100100 | 110110 | 1000101 | 100110 |
Color Harmonies of #A2951E
Complementary color
Monochromatic Colors of #A2951E
Black with #A2951E
Text Example
Text Example
White with #A2951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2951E; }
p { color: rgb(162,149,30); }
H1.HeaderClassName
{
color: #A2951E;
}
.AnyTagClassName
{
color: #A2951E;
}
</style>
background-color css
<style>
a { background-color: #A2951E; }
a { background-color: rgb(162,149,30); }
div.DivClassName
{
background-color: #A2951E;
}
.BgClassName
{
background-color: #A2951E;
}
</style>
border-color css
<style>
span { border-color: #A2951E; }
span { border-color: rgb(162,149,30); }
td.TdClassName
{
border-color: #A2951E;
}
.TagClassName
{
border-color: #A2951E;
}
</style>