#A29E15

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

Shades of Lucky #A29E15

Tints of Lucky #A29E15

Color information

#A29E15 (or 0xA29E15) is unknown color: approx Lucky. HEX triplet: A2, 9E and 15. RGB value is (162,158,21). Sum of RGB (Red+Green+Blue) = 162+158+21=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29E15 is #5D61EA. Grayscale: #909090. Windows color (decimal): -6119915 or 1416866. OLE color: 1416866.

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

Color convert

RGB16215821-
CMYK00.020.870.36
HSL58.3º77.05%35.88%-
HSV(B)58.3º87.04%63.53%-
XYZ27.2632.195.49-
YUV143.5858.83141.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 158 (62.11% from 255) = 46.33%
BLUE value IS 21 (8.59% from 255) = 6.16%
R=47.51%
G=46.33%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621582100.020.870.3658.377.0535.88
HexA29E150257243a4d24
Octal2422362502127447211544
Binary10100010100111101010101010101111001001110101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29E15; }

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

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

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

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

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

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

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

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