#A1A126

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

Shades of Lucky #A1A126

Tints of Lucky #A1A126

Color information

#A1A126 (or 0xA1A126) is unknown color: approx Lucky. HEX triplet: A1, A1 and 26. RGB value is (161,161,38). Sum of RGB (Red+Green+Blue) = 161+161+38=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A126 is #5E5ED9. Grayscale: #939393. Windows color (decimal): -6184666 or 2531745. OLE color: 2531745.

HSL color Cylindrical-coordinate representation of color #A1A126: hue angle of 60º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1A126 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB16116138-
CMYK000.760.37
HSL60º61.81%39.02%-
HSV(B)60º76.4%63.14%-
XYZ27.7933.216.78-
YUV146.9866.5138-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 161 (63.28% from 255) = 44.72%
BLUE value IS 38 (15.23% from 255) = 10.56%
R=44.72%
G=44.72%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16116138000.760.376061.8139.02
HexA1A126004C253c3e27
Octal241241460011445747647
Binary1010000110100001100110001001100100101111100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A126; }

 p { color: rgb(161,161,38); }

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

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

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

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

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

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

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