#A29622

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

Shades of Lucky #A29622

Tints of Lucky #A29622

Color information

#A29622 (or 0xA29622) is unknown color: approx Lucky. HEX triplet: A2, 96 and 22. RGB value is (162,150,34). Sum of RGB (Red+Green+Blue) = 162+150+34=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A29622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29622 is #5D69DD. Grayscale: #8C8C8C. Windows color (decimal): -6121950 or 2266786. OLE color: 2266786.

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

Color convert

RGB16215034-
CMYK00.070.790.36
HSL54.38º65.31%38.43%-
HSV(B)54.38º79.01%63.53%-
XYZ26.129.615.85-
YUV140.3667.98143.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 150 (58.98% from 255) = 43.35%
BLUE value IS 34 (13.67% from 255) = 9.83%
R=46.82%
G=43.35%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621503400.070.790.3654.3865.3138.43
HexA29622074F24364126
Octal2422264207117446610146
Binary1010001010010110100010011110011111001001101101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29622; }

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

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

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

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

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

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

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

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