#A29A2E

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

Shades of Lucky #A29A2E

Tints of Lucky #A29A2E

Color information

#A29A2E (or 0xA29A2E) is unknown color: approx Lucky. HEX triplet: A2, 9A and 2E. RGB value is (162,154,46). Sum of RGB (Red+Green+Blue) = 162+154+46=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A2E is #5D65D1. Grayscale: #909090. Windows color (decimal): -6120914 or 3054242. OLE color: 3054242.

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

Color convert

RGB16215446-
CMYK00.050.720.36
HSL55.86º55.77%40.78%-
HSV(B)55.86º71.6%63.53%-
XYZ26.9530.997.15-
YUV144.0872.65140.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 154 (60.55% from 255) = 42.54%
BLUE value IS 46 (18.36% from 255) = 12.71%
R=44.75%
G=42.54%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621544600.050.720.3655.8655.7740.78
HexA29A2E054824383829
Octal242232560511044707051
Binary101000101001101010111001011001000100100111000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A2E; }

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

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

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

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

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

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

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

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