#A39B20

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

Shades of Lucky #A39B20

Tints of Lucky #A39B20

Color information

#A39B20 (or 0xA39B20) is unknown color: approx Lucky. HEX triplet: A3, 9B and 20. RGB value is (163,155,32). Sum of RGB (Red+Green+Blue) = 163+155+32=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B20 is #5C64DF. Grayscale: #8F8F8F. Windows color (decimal): -6055136 or 2136995. OLE color: 2136995.

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

Color convert

RGB16315532-
CMYK00.050.800.36
HSL56.34º67.18%38.24%-
HSV(B)56.34º80.37%63.92%-
XYZ27.0931.335.99-
YUV143.3765.15142-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 155 (60.94% from 255) = 44.29%
BLUE value IS 32 (12.89% from 255) = 9.14%
R=46.57%
G=44.29%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631553200.050.800.3656.3467.1838.24
HexA39B20055024384326
Octal2432334005120447010346
Binary1010001110011011100000010110100001001001110001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B20; }

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

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

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

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

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

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

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

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