#A0A31B

Color #A0A31B Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A0A31B

Tints of Lucky #A0A31B

Color information

#A0A31B (or 0xA0A31B) is unknown color: approx 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

RGB16016327-
CMYK0.0200.830.36
HSL61.32º71.58%37.25%-
HSV(B)61.32º83.44%63.92%-
XYZ27.7933.756.09-
YUV146.660.51137.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 163 (64.06% from 255) = 46.57%
BLUE value IS 27 (10.94% from 255) = 7.71%
R=45.71%
G=46.57%
B=7.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160163270.0200.830.3661.3271.5837.25
HexA0A31B2053243d4825
Octal2402433320123447511045
Binary10100000101000111101110010100111001001111011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>