#A39022

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

Shades of Lucky #A39022

Tints of Lucky #A39022

Color information

#A39022 (or 0xA39022) is unknown color: approx Lucky. HEX triplet: A3, 90 and 22. RGB value is (163,144,34). Sum of RGB (Red+Green+Blue) = 163+144+34=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A39022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39022 is #5C6FDD. Grayscale: #898989. Windows color (decimal): -6057950 or 2265251. OLE color: 2265251.

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

Color convert

RGB16314434-
CMYK00.120.790.36
HSL51.16º65.48%38.63%-
HSV(B)51.16º79.14%63.92%-
XYZ25.3727.855.55-
YUV137.1469.79146.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 144 (56.64% from 255) = 42.23%
BLUE value IS 34 (13.67% from 255) = 9.97%
R=47.80%
G=42.23%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631443400.120.790.3651.1665.4838.63
HexA390220C4F24334127
Octal24322042014117446310147
Binary10100011100100001000100110010011111001001100111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39022; }

 p { color: rgb(163,144,34); }

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

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

 a { background-color: rgb(163,144,34); }

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

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

 span { border-color: rgb(163,144,34); }

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