#A3A01B

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

Shades of Lucky #A3A01B

Tints of Lucky #A3A01B

Color information

#A3A01B (or 0xA3A01B) is unknown color: approx Lucky. HEX triplet: A3, A0 and 1B. RGB value is (163,160,27). Sum of RGB (Red+Green+Blue) = 163+160+27=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A01B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A01B is #5C5FE4. Grayscale: #929292. Windows color (decimal): -6053861 or 1810595. OLE color: 1810595.

HSL color Cylindrical-coordinate representation of color #A3A01B: hue angle of 58.68º 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 #A3A01B is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB16316027-
CMYK00.020.830.36
HSL58.68º71.58%37.25%-
HSV(B)58.68º83.44%63.92%-
XYZ27.8733.015.94-
YUV145.7360.99140.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631602700.020.830.3658.6871.5837.25
HexA3A01B0253243b4825
Octal2432403302123447311045
Binary10100011101000001101101010100111001001110111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A01B; }

 p { color: rgb(163,160,27); }

 H1.HeaderClassName
 {
   color: #A3A01B;
 }
 .AnyTagClassName
 {
   color: #A3A01B;
 }
</style>
background-color css

<style>
 a { background-color: #A3A01B; }

 a { background-color: rgb(163,160,27); }

 div.DivClassName
 {
   background-color: #A3A01B;
 }
 .BgClassName
 {
   background-color: #A3A01B;
 }
</style>
border-color css

<style>
 span { border-color: #A3A01B; }

 span { border-color: rgb(163,160,27); }

 td.TdClassName
 {
   border-color: #A3A01B;
 }
 .TagClassName
 {
   border-color: #A3A01B;
 }
</style>