#A3A031

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

Shades of Lucky #A3A031

Tints of Lucky #A3A031

Color information

#A3A031 (or 0xA3A031) is unknown color: approx Lucky. HEX triplet: A3, A0 and 31. RGB value is (163,160,49). Sum of RGB (Red+Green+Blue) = 163+160+49=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A031 is #5C5FCE. Grayscale: #949494. Windows color (decimal): -6053839 or 3252387. OLE color: 3252387.

HSL color Cylindrical-coordinate representation of color #A3A031: hue angle of 58.42º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A3A031 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16316049-
CMYK00.020.700.36
HSL58.42º53.77%41.57%-
HSV(B)58.42º69.94%63.92%-
XYZ28.2333.157.82-
YUV148.2471.99138.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.82%
GREEN value IS 160 (62.89% from 255) = 43.01%
BLUE value IS 49 (19.53% from 255) = 13.17%
R=43.82%
G=43.01%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631604900.020.700.3658.4253.7741.57
HexA3A0310246243a362a
Octal243240610210644726652
Binary10100011101000001100010101000110100100111010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A031; }

 p { color: rgb(163,160,49); }

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

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

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

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

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

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

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