#A29B20

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

Shades of Lucky #A29B20

Tints of Lucky #A29B20

Color information

#A29B20 (or 0xA29B20) is unknown color: approx Lucky. HEX triplet: A2, 9B and 20. RGB value is (162,155,32). Sum of RGB (Red+Green+Blue) = 162+155+32=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29B20 is #5D64DF. Grayscale: #8F8F8F. Windows color (decimal): -6120672 or 2136994. OLE color: 2136994.

HSL color Cylindrical-coordinate representation of color #A29B20: hue angle of 56.77º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A29B20 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB16215532-
CMYK00.040.800.36
HSL56.77º67.01%38.04%-
HSV(B)56.77º80.25%63.53%-
XYZ26.8831.235.98-
YUV143.0765.32141.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 155 (60.94% from 255) = 44.41%
BLUE value IS 32 (12.89% from 255) = 9.17%
R=46.42%
G=44.41%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621553200.040.800.3656.7767.0138.04
HexA29B20045024394326
Octal2422334004120447110346
Binary1010001010011011100000010010100001001001110011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B20; }

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

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

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

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

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

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

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

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