#A29E1A

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

Shades of Lucky #A29E1A

Tints of Lucky #A29E1A

Color information

#A29E1A (or 0xA29E1A) is unknown color: approx Lucky. HEX triplet: A2, 9E and 1A. RGB value is (162,158,26). Sum of RGB (Red+Green+Blue) = 162+158+26=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29E1A is #5D61E5. Grayscale: #909090. Windows color (decimal): -6119910 or 1744546. OLE color: 1744546.

HSL color Cylindrical-coordinate representation of color #A29E1A: hue angle of 58.24º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A29E1A is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB16215826-
CMYK00.020.840.36
HSL58.24º72.34%36.86%-
HSV(B)58.24º83.95%63.53%-
XYZ27.3132.215.75-
YUV144.1561.33140.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 158 (62.11% from 255) = 45.66%
BLUE value IS 26 (10.55% from 255) = 7.51%
R=46.82%
G=45.66%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621582600.020.840.3658.2472.3436.86
HexA29E1A0254243a4825
Octal2422363202124447211045
Binary10100010100111101101001010101001001001110101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29E1A; }

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

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

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

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

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

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

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

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