#A29D2E

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

Shades of Lucky #A29D2E

Tints of Lucky #A29D2E

Color information

#A29D2E (or 0xA29D2E) is unknown color: approx Lucky. HEX triplet: A2, 9D and 2E. RGB value is (162,157,46). Sum of RGB (Red+Green+Blue) = 162+157+46=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D2E is #5D62D1. Grayscale: #929292. Windows color (decimal): -6120146 or 3055010. OLE color: 3055010.

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

Color convert

RGB16215746-
CMYK00.030.720.36
HSL57.41º55.77%40.78%-
HSV(B)57.41º71.6%63.53%-
XYZ27.4531.997.31-
YUV145.8471.66139.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 157 (61.72% from 255) = 43.01%
BLUE value IS 46 (18.36% from 255) = 12.60%
R=44.38%
G=43.01%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621574600.030.720.3657.4155.7740.78
HexA29D2E034824393829
Octal242235560311044717051
Binary10100010100111011011100111001000100100111001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D2E; }

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

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

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

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

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

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

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

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