#a19922

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

Shades of Lucky #A19922

Tints of Lucky #A19922

Color information

#A19922 (or 0xA19922) is unknown color: approx Lucky. HEX triplet: A1, 99 and 22. RGB value is (161,153,34). Sum of RGB (Red+Green+Blue) = 161+153+34=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A19922 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19922 is #5E66DD. Grayscale: #8E8E8E. Windows color (decimal): -6186718 or 2267553. OLE color: 2267553.

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

Color convert

RGB16115334-
CMYK00.050.790.37
HSL56.22º65.13%38.24%-
HSV(B)56.22º78.88%63.14%-
XYZ26.3830.486.01-
YUV141.8367.15141.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 153 (60.16% from 255) = 43.97%
BLUE value IS 34 (13.67% from 255) = 9.77%
R=46.26%
G=43.97%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611533400.050.790.3756.2265.1338.24
HexA19922054F25384126
Octal2412314205117457010146
Binary1010000110011001100010010110011111001011110001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a19922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a19922; }

 p { color: rgb(161,153,34); }

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

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

 a { background-color: rgb(161,153,34); }

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

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

 span { border-color: rgb(161,153,34); }

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