#A1A228

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

Shades of Lucky #A1A228

Tints of Lucky #A1A228

Color information

#A1A228 (or 0xA1A228) is unknown color: approx Lucky. HEX triplet: A1, A2 and 28. RGB value is (161,162,40). Sum of RGB (Red+Green+Blue) = 161+162+40=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A228 is #5E5DD7. Grayscale: #949494. Windows color (decimal): -6184408 or 2663073. OLE color: 2663073.

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

Color convert

RGB16116240-
CMYK0.0100.750.36
HSL60.49º60.4%39.61%-
HSV(B)60.49º75.31%63.53%-
XYZ2833.577.01-
YUV147.7967.17137.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 40 (16.02% from 255) = 11.02%
R=44.35%
G=44.63%
B=11.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161162400.0100.750.3660.4960.439.61
HexA1A228104B243c3c28
Octal241242501011344747450
Binary1010000110100010101000101001011100100111100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A228; }

 p { color: rgb(161,162,40); }

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

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

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

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

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

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

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