Shades of Lucky #A0961A
Tints of Lucky #A0961A
RGB
CMYK
RGB Variations
Color information
#A0961A (or 0xA0961A) is known color: Lucky. HEX triplet: A0, 96 and 1A. RGB value is (160,150,26). Sum of RGB (Red+Green+Blue) = 160+150+26=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0961A is #5F69E5. Grayscale: #8B8B8B. Windows color (decimal): -6253030 or 1742496. OLE color: 1742496.
HSL color Cylindrical-coordinate representation of color #A0961A: hue angle of 55.52º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0961A is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 150 | 26 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.37 |
| HSL | 55.52º | 0.72% | 0.36% | - |
| HSV(B) | 55.52º | 0.84% | 0.63% | - |
| XYZ | 25.59 | 29.36 | 5.3 | - |
| YUV | 138.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 26 | 0 | 0.06 | 0.84 | 0.37 | 55.52 | 0.72 | 0.36 |
| Hex | A0 | 96 | 1A | 0 | 6 | 54 | 25 | 38 | 48 | 24 |
| Octal | 240 | 226 | 32 | 0 | 6 | 124 | 45 | 70 | 110 | 44 |
| Binary | 10100000 | 10010110 | 11010 | 0 | 110 | 1010100 | 100101 | 111000 | 1001000 | 100100 |
Color Harmonies of #A0961A
Complementary color
Monochromatic Colors of #A0961A
Black with #A0961A
Text Example
Text Example
White with #A0961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0961A; }
p { color: rgb(160,150,26); }
H1.HeaderClassName
{
color: #A0961A;
}
.AnyTagClassName
{
color: #A0961A;
}
</style>
background-color css
<style>
a { background-color: #A0961A; }
a { background-color: rgb(160,150,26); }
div.DivClassName
{
background-color: #A0961A;
}
.BgClassName
{
background-color: #A0961A;
}
</style>
border-color css
<style>
span { border-color: #A0961A; }
span { border-color: rgb(160,150,26); }
td.TdClassName
{
border-color: #A0961A;
}
.TagClassName
{
border-color: #A0961A;
}
</style>