#A29B2E

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

Shades of Lucky #A29B2E

Tints of Lucky #A29B2E

Color information

#A29B2E (or 0xA29B2E) is unknown color: approx Lucky. HEX triplet: A2, 9B and 2E. RGB value is (162,155,46). Sum of RGB (Red+Green+Blue) = 162+155+46=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29B2E is #5D64D1. Grayscale: #919191. Windows color (decimal): -6120658 or 3054498. OLE color: 3054498.

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

Color convert

RGB16215546-
CMYK00.040.720.36
HSL56.38º55.77%40.78%-
HSV(B)56.38º71.6%63.53%-
XYZ27.1131.327.2-
YUV144.6772.32140.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 46 (18.36% from 255) = 12.67%
R=44.63%
G=42.70%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621554600.040.720.3656.3855.7740.78
HexA29B2E044824383829
Octal242233560411044707051
Binary101000101001101110111001001001000100100111000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B2E; }

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

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

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

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

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

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

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

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