#A29E11

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

Shades of Lucky #A29E11

Tints of Lucky #A29E11

Color information

#A29E11 (or 0xA29E11) is unknown color: approx Lucky. HEX triplet: A2, 9E and 11. RGB value is (162,158,17). Sum of RGB (Red+Green+Blue) = 162+158+17=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29E11 is #5D61EE. Grayscale: #8F8F8F. Windows color (decimal): -6119919 or 1154722. OLE color: 1154722.

HSL color Cylindrical-coordinate representation of color #A29E11: hue angle of 58.34º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A29E11 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB16215817-
CMYK00.020.900.36
HSL58.34º81.01%35.1%-
HSV(B)58.34º89.51%63.53%-
XYZ27.2332.185.31-
YUV143.1256.83141.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 158 (62.11% from 255) = 46.88%
BLUE value IS 17 (7.03% from 255) = 5.04%
R=48.07%
G=46.88%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621581700.020.900.3658.3481.0135.1
HexA29E11025A243a5123
Octal2422362102132447212143
Binary10100010100111101000101010110101001001110101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29E11; }

 p { color: rgb(162,158,17); }

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

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

 a { background-color: rgb(162,158,17); }

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

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

 span { border-color: rgb(162,158,17); }

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