#A3A523

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

Shades of Lucky #A3A523

Tints of Lucky #A3A523

Color information

#A3A523 (or 0xA3A523) is unknown color: approx Lucky. HEX triplet: A3, A5 and 23. RGB value is (163,165,35). Sum of RGB (Red+Green+Blue) = 163+165+35=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A523 is #5C5ADC. Grayscale: #969696. Windows color (decimal): -6052573 or 2336163. OLE color: 2336163.

HSL color Cylindrical-coordinate representation of color #A3A523: hue angle of 60.92º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3A523 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB16316535-
CMYK0.0100.790.35
HSL60.92º65%39.22%-
HSV(B)60.92º78.79%64.71%-
XYZ28.8634.826.79-
YUV149.5863.34137.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 165 (64.84% from 255) = 45.45%
BLUE value IS 35 (14.06% from 255) = 9.64%
R=44.90%
G=45.45%
B=9.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163165350.0100.790.3560.926539.22
HexA3A523104F233d4127
Octal2432454310117437510147
Binary10100011101001011000111010011111000111111011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A523; }

 p { color: rgb(163,165,35); }

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

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

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

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

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

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

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