#A29D1E

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

Shades of Lucky #A29D1E

Tints of Lucky #A29D1E

Color information

#A29D1E (or 0xA29D1E) is unknown color: approx Lucky. HEX triplet: A2, 9D and 1E. RGB value is (162,157,30). Sum of RGB (Red+Green+Blue) = 162+157+30=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D1E is #5D62E1. Grayscale: #909090. Windows color (decimal): -6120162 or 2006434. OLE color: 2006434.

HSL color Cylindrical-coordinate representation of color #A29D1E: hue angle of 57.73º 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 #A29D1E is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB16215730-
CMYK00.030.810.36
HSL57.73º68.75%37.65%-
HSV(B)57.73º81.48%63.53%-
XYZ27.1931.895.95-
YUV144.0263.66140.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 157 (61.72% from 255) = 44.99%
BLUE value IS 30 (12.11% from 255) = 8.60%
R=46.42%
G=44.99%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621573000.030.810.3657.7368.7537.65
HexA29D1E0351243a4526
Octal2422353603121447210546
Binary10100010100111011111001110100011001001110101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D1E; }

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

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

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

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

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

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

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

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