#A3A106

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

Shades of Lucky #A3A106

Tints of Lucky #A3A106

Color information

#A3A106 (or 0xA3A106) is unknown color: approx Lucky. HEX triplet: A3, A1 and 06. RGB value is (163,161,6). Sum of RGB (Red+Green+Blue) = 163+161+6=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A106 is #5C5EF9. Grayscale: #909090. Windows color (decimal): -6053626 or 434595. OLE color: 434595.

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

Color convert

RGB1631616-
CMYK00.010.960.36
HSL59.24º92.9%33.14%-
HSV(B)59.24º96.32%63.92%-
XYZ27.8833.295.13-
YUV143.9350.16141.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 161 (63.28% from 255) = 48.79%
BLUE value IS 6 (2.73% from 255) = 1.82%
R=49.39%
G=48.79%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163161600.010.960.3659.2492.933.14
HexA3A160160243b5d21
Octal243241601140447313541
Binary10100011101000011100111000001001001110111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A106; }

 p { color: rgb(163,161,6); }

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

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

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

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

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

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

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