#A3A320

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

Shades of Lucky #A3A320

Tints of Lucky #A3A320

Color information

#A3A320 (or 0xA3A320) is unknown color: approx Lucky. HEX triplet: A3, A3 and 20. RGB value is (163,163,32). Sum of RGB (Red+Green+Blue) = 163+163+32=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A320 is #5C5CDF. Grayscale: #949494. Windows color (decimal): -6053088 or 2139043. OLE color: 2139043.

HSL color Cylindrical-coordinate representation of color #A3A320: hue angle of 60º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3A320 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB16316332-
CMYK000.800.36
HSL60º67.18%38.24%-
HSV(B)60º80.37%63.92%-
XYZ28.4634.096.45-
YUV148.0762.5138.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 163 (64.06% from 255) = 45.53%
BLUE value IS 32 (12.89% from 255) = 8.94%
R=45.53%
G=45.53%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316332000.800.366067.1838.24
HexA3A3200050243c4326
Octal2432434000120447410346
Binary10100011101000111000000010100001001001111001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A320; }

 p { color: rgb(163,163,32); }

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

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

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

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

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

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

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