Shades of Lucky #A0950B
Tints of Lucky #A0950B
RGB
CMYK
RGB Variations
Color information
#A0950B (or 0xA0950B) is known color: Lucky. HEX triplet: A0, 95 and 0B. RGB value is (160,149,11). Sum of RGB (Red+Green+Blue) = 160+149+11=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0950B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0950B is #5F6AF4. Grayscale: #898989. Windows color (decimal): -6253301 or 759200. OLE color: 759200.
HSL color Cylindrical-coordinate representation of color #A0950B: hue angle of 55.57º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0950B is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 11 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.37 |
| HSL | 55.57º | 0.87% | 0.34% | - |
| HSV(B) | 55.57º | 0.93% | 0.63% | - |
| XYZ | 25.31 | 28.99 | 4.58 | - |
| YUV | 136.56 | 57.14 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 11 | 0 | 0.07 | 0.93 | 0.37 | 55.57 | 0.87 | 0.34 |
| Hex | A0 | 95 | B | 0 | 7 | 5D | 25 | 38 | 57 | 22 |
| Octal | 240 | 225 | 13 | 0 | 7 | 135 | 45 | 70 | 127 | 42 |
| Binary | 10100000 | 10010101 | 1011 | 0 | 111 | 1011101 | 100101 | 111000 | 1010111 | 100010 |
Color Harmonies of #A0950B
Complementary color
Monochromatic Colors of #A0950B
Black with #A0950B
Text Example
Text Example
White with #A0950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0950B; }
p { color: rgb(160,149,11); }
H1.HeaderClassName
{
color: #A0950B;
}
.AnyTagClassName
{
color: #A0950B;
}
</style>
background-color css
<style>
a { background-color: #A0950B; }
a { background-color: rgb(160,149,11); }
div.DivClassName
{
background-color: #A0950B;
}
.BgClassName
{
background-color: #A0950B;
}
</style>
border-color css
<style>
span { border-color: #A0950B; }
span { border-color: rgb(160,149,11); }
td.TdClassName
{
border-color: #A0950B;
}
.TagClassName
{
border-color: #A0950B;
}
</style>