#A3A218

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

Shades of Lucky #A3A218

Tints of Lucky #A3A218

Color information

#A3A218 (or 0xA3A218) is unknown color: approx Lucky. HEX triplet: A3, A2 and 18. RGB value is (163,162,24). Sum of RGB (Red+Green+Blue) = 163+162+24=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A218 is #5C5DE7. Grayscale: #939393. Windows color (decimal): -6053352 or 1614499. OLE color: 1614499.

HSL color Cylindrical-coordinate representation of color #A3A218: hue angle of 59.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3A218 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB16316224-
CMYK00.010.850.36
HSL59.57º74.33%36.67%-
HSV(B)59.57º85.28%63.92%-
XYZ28.1933.695.88-
YUV146.5758.83139.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 162 (63.67% from 255) = 46.42%
BLUE value IS 24 (9.77% from 255) = 6.88%
R=46.70%
G=46.42%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631622400.010.850.3659.5774.3336.67
HexA3A2180155243c4a25
Octal2432423001125447411245
Binary1010001110100010110000110101011001001111001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A218; }

 p { color: rgb(163,162,24); }

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

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

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

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

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

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

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