#A1A327

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

Shades of Lucky #A1A327

Tints of Lucky #A1A327

Color information

#A1A327 (or 0xA1A327) is unknown color: approx Lucky. HEX triplet: A1, A3 and 27. RGB value is (161,163,39). Sum of RGB (Red+Green+Blue) = 161+163+39=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A327 is #5E5CD8. Grayscale: #949494. Windows color (decimal): -6184153 or 2597793. OLE color: 2597793.

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

Color convert

RGB16116339-
CMYK0.0100.760.36
HSL60.97º61.39%39.61%-
HSV(B)60.97º76.07%63.92%-
XYZ28.1633.926.98-
YUV148.2766.34137.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 163 (64.06% from 255) = 44.90%
BLUE value IS 39 (15.62% from 255) = 10.74%
R=44.35%
G=44.90%
B=10.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161163390.0100.760.3660.9761.3939.61
HexA1A327104C243d3d28
Octal241243471011444757550
Binary1010000110100011100111101001100100100111101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A327; }

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

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

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

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

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

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

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

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