#A1A30E

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

Shades of Lucky #A1A30E

Tints of Lucky #A1A30E

Color information

#A1A30E (or 0xA1A30E) is unknown color: approx Lucky. HEX triplet: A1, A3 and 0E. RGB value is (161,163,14). Sum of RGB (Red+Green+Blue) = 161+163+14=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A30E is #5E5CF1. Grayscale: #929292. Windows color (decimal): -6184178 or 959393. OLE color: 959393.

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

Color convert

RGB16116314-
CMYK0.0100.910.36
HSL60.81º84.18%34.71%-
HSV(B)60.81º91.41%63.92%-
XYZ27.8733.85.47-
YUV145.4253.84139.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 163 (64.06% from 255) = 48.22%
BLUE value IS 14 (5.86% from 255) = 4.14%
R=47.63%
G=48.22%
B=4.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161163140.0100.910.3660.8184.1834.71
HexA1A3E105B243d5423
Octal2412431610133447512443
Binary101000011010001111101010110111001001111011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A30E; }

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

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

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

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

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

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

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

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