Shades of Lucky #A0A31B
Tints of Lucky #A0A31B
RGB
CMYK
RGB Variations
Color information
#A0A31B (or 0xA0A31B) is known color: Lucky. HEX triplet: A0, A3 and 1B. RGB value is (160,163,27). Sum of RGB (Red+Green+Blue) = 160+163+27=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A31B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A31B is #5F5CE4. Grayscale: #939393. Windows color (decimal): -6249701 or 1811360. OLE color: 1811360.
HSL color Cylindrical-coordinate representation of color #A0A31B: hue angle of 61.32º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0A31B is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 27 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.36 |
| HSL | 61.32º | 0.72% | 0.37% | - |
| HSV(B) | 61.32º | 0.83% | 0.64% | - |
| XYZ | 27.79 | 33.75 | 6.09 | - |
| YUV | 146.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 27 | 0.02 | 0 | 0.83 | 0.36 | 61.32 | 0.72 | 0.37 |
| Hex | A0 | A3 | 1B | 2 | 0 | 53 | 24 | 3D | 48 | 25 |
| Octal | 240 | 243 | 33 | 2 | 0 | 123 | 44 | 75 | 110 | 45 |
| Binary | 10100000 | 10100011 | 11011 | 10 | 0 | 1010011 | 100100 | 111101 | 1001000 | 100101 |
Color Harmonies of #A0A31B
Complementary color
Monochromatic Colors of #A0A31B
Black with #A0A31B
Text Example
Text Example
White with #A0A31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A31B; }
p { color: rgb(160,163,27); }
H1.HeaderClassName
{
color: #A0A31B;
}
.AnyTagClassName
{
color: #A0A31B;
}
</style>
background-color css
<style>
a { background-color: #A0A31B; }
a { background-color: rgb(160,163,27); }
div.DivClassName
{
background-color: #A0A31B;
}
.BgClassName
{
background-color: #A0A31B;
}
</style>
border-color css
<style>
span { border-color: #A0A31B; }
span { border-color: rgb(160,163,27); }
td.TdClassName
{
border-color: #A0A31B;
}
.TagClassName
{
border-color: #A0A31B;
}
</style>