#A1A225

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

Shades of Lucky #A1A225

Tints of Lucky #A1A225

Color information

#A1A225 (or 0xA1A225) is unknown color: approx Lucky. HEX triplet: A1, A2 and 25. RGB value is (161,162,37). Sum of RGB (Red+Green+Blue) = 161+162+37=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A225 is #5E5DDA. Grayscale: #939393. Windows color (decimal): -6184411 or 2466465. OLE color: 2466465.

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

Color convert

RGB16116237-
CMYK0.0100.770.36
HSL60.48º62.81%39.02%-
HSV(B)60.48º77.16%63.53%-
XYZ27.9533.556.75-
YUV147.4565.67137.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 37 (14.84% from 255) = 10.28%
R=44.72%
G=45%
B=10.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161162370.0100.770.3660.4862.8139.02
HexA1A225104D243c3f27
Octal241242451011544747747
Binary1010000110100010100101101001101100100111100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A225; }

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

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

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

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

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

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

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

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