#A3A016

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

Shades of Lucky #A3A016

Tints of Lucky #A3A016

Color information

#A3A016 (or 0xA3A016) is unknown color: approx Lucky. HEX triplet: A3, A0 and 16. RGB value is (163,160,22). Sum of RGB (Red+Green+Blue) = 163+160+22=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A016 is #5C5FE9. Grayscale: #919191. Windows color (decimal): -6053866 or 1482915. OLE color: 1482915.

HSL color Cylindrical-coordinate representation of color #A3A016: hue angle of 58.72º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3A016 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16316022-
CMYK00.020.870.36
HSL58.72º76.22%36.27%-
HSV(B)58.72º86.5%63.92%-
XYZ27.8232.995.66-
YUV145.1658.49140.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.25%
GREEN value IS 160 (62.89% from 255) = 46.38%
BLUE value IS 22 (8.98% from 255) = 6.38%
R=47.25%
G=46.38%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631602200.020.870.3658.7276.2236.27
HexA3A0160257243b4c24
Octal2432402602127447311444
Binary10100011101000001011001010101111001001110111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A016; }

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

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

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

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

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

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

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

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