#A3A31A

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

Shades of Lucky #A3A31A

Tints of Lucky #A3A31A

Color information

#A3A31A (or 0xA3A31A) is unknown color: approx Lucky. HEX triplet: A3, A3 and 1A. RGB value is (163,163,26). Sum of RGB (Red+Green+Blue) = 163+163+26=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A31A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A31A is #5C5CE5. Grayscale: #939393. Windows color (decimal): -6053094 or 1745827. OLE color: 1745827.

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

Color convert

RGB16316326-
CMYK000.840.36
HSL60º72.49%37.06%-
HSV(B)60º84.05%63.92%-
XYZ28.3934.066.05-
YUV147.3859.5139.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 163 (64.06% from 255) = 46.31%
BLUE value IS 26 (10.55% from 255) = 7.39%
R=46.31%
G=46.31%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316326000.840.366072.4937.06
HexA3A31A0054243c4825
Octal2432433200124447411045
Binary1010001110100011110100010101001001001111001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A31A; }

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

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

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

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

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

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

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

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