#A29D22

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

Shades of Lucky #A29D22

Tints of Lucky #A29D22

Color information

#A29D22 (or 0xA29D22) is unknown color: approx Lucky. HEX triplet: A2, 9D and 22. RGB value is (162,157,34). Sum of RGB (Red+Green+Blue) = 162+157+34=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D22 is #5D62DD. Grayscale: #909090. Windows color (decimal): -6120158 or 2268578. OLE color: 2268578.

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

Color convert

RGB16215734-
CMYK00.030.790.36
HSL57.66º65.31%38.43%-
HSV(B)57.66º79.01%63.53%-
XYZ27.2531.916.24-
YUV144.4765.66140.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 157 (61.72% from 255) = 44.48%
BLUE value IS 34 (13.67% from 255) = 9.63%
R=45.89%
G=44.48%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621573400.030.790.3657.6665.3138.43
HexA29D22034F243a4126
Octal2422354203117447210146
Binary101000101001110110001001110011111001001110101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D22; }

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

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

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

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

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

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

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

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