#A3A20E

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

Shades of Lucky #A3A20E

Tints of Lucky #A3A20E

Color information

#A3A20E (or 0xA3A20E) is unknown color: approx Lucky. HEX triplet: A3, A2 and 0E. RGB value is (163,162,14). Sum of RGB (Red+Green+Blue) = 163+162+14=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A20E is #5C5DF1. Grayscale: #929292. Windows color (decimal): -6053362 or 959139. OLE color: 959139.

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

Color convert

RGB16316214-
CMYK00.010.910.36
HSL59.6º84.18%34.71%-
HSV(B)59.6º91.41%63.92%-
XYZ28.133.665.43-
YUV145.4353.83140.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 162 (63.67% from 255) = 47.79%
BLUE value IS 14 (5.86% from 255) = 4.13%
R=48.08%
G=47.79%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631621400.010.910.3659.684.1834.71
HexA3A2E015B243c5423
Octal2432421601133447412443
Binary101000111010001011100110110111001001111001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A20E; }

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

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

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

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

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

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

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

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