#A3A21A

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

Shades of Lucky #A3A21A

Tints of Lucky #A3A21A

Color information

#A3A21A (or 0xA3A21A) is unknown color: approx Lucky. HEX triplet: A3, A2 and 1A. RGB value is (163,162,26). Sum of RGB (Red+Green+Blue) = 163+162+26=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A21A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A21A is #5C5DE5. Grayscale: #939393. Windows color (decimal): -6053350 or 1745571. OLE color: 1745571.

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

Color convert

RGB16316226-
CMYK00.010.840.36
HSL59.56º72.49%37.06%-
HSV(B)59.56º84.05%63.92%-
XYZ28.2133.76-
YUV146.7959.83139.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 162 (63.67% from 255) = 46.15%
BLUE value IS 26 (10.55% from 255) = 7.41%
R=46.44%
G=46.15%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631622600.010.840.3659.5672.4937.06
HexA3A21A0154243c4825
Octal2432423201124447411045
Binary1010001110100010110100110101001001001111001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A21A; }

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

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

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

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

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

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

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

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