#A29C1E

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

Shades of Lucky #A29C1E

Tints of Lucky #A29C1E

Color information

#A29C1E (or 0xA29C1E) is unknown color: approx Lucky. HEX triplet: A2, 9C and 1E. RGB value is (162,156,30). Sum of RGB (Red+Green+Blue) = 162+156+30=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29C1E is #5D63E1. Grayscale: #8F8F8F. Windows color (decimal): -6120418 or 2006178. OLE color: 2006178.

HSL color Cylindrical-coordinate representation of color #A29C1E: hue angle of 57.27º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A29C1E is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB16215630-
CMYK00.040.810.36
HSL57.27º68.75%37.65%-
HSV(B)57.27º81.48%63.53%-
XYZ27.0231.555.89-
YUV143.4363.99141.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 156 (61.33% from 255) = 44.83%
BLUE value IS 30 (12.11% from 255) = 8.62%
R=46.55%
G=44.83%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621563000.040.810.3657.2768.7537.65
HexA29C1E045124394526
Octal2422343604121447110546
Binary101000101001110011110010010100011001001110011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C1E; }

 p { color: rgb(162,156,30); }

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

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

 a { background-color: rgb(162,156,30); }

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

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

 span { border-color: rgb(162,156,30); }

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