#A1A029

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

Shades of Lucky #A1A029

Tints of Lucky #A1A029

Color information

#A1A029 (or 0xA1A029) is unknown color: approx Lucky. HEX triplet: A1, A0 and 29. RGB value is (161,160,41). Sum of RGB (Red+Green+Blue) = 161+160+41=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A029 is #5E5FD6. Grayscale: #939393. Windows color (decimal): -6184919 or 2728097. OLE color: 2728097.

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

Color convert

RGB16116041-
CMYK00.010.750.37
HSL59.5º59.41%39.61%-
HSV(B)59.5º74.53%63.14%-
XYZ27.6732.886.99-
YUV146.7368.33138.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 160 (62.89% from 255) = 44.20%
BLUE value IS 41 (16.41% from 255) = 11.33%
R=44.48%
G=44.20%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611604100.010.750.3759.559.4139.61
HexA1A029014B253c3b28
Octal241240510111345747350
Binary1010000110100000101001011001011100101111100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A029; }

 p { color: rgb(161,160,41); }

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

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

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

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

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

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

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