#A19B2F

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

Shades of Lucky #A19B2F

Tints of Lucky #A19B2F

Color information

#A19B2F (or 0xA19B2F) is unknown color: approx Lucky. HEX triplet: A1, 9B and 2F. RGB value is (161,155,47). Sum of RGB (Red+Green+Blue) = 161+155+47=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19B2F is #5E64D0. Grayscale: #909090. Windows color (decimal): -6186193 or 3120033. OLE color: 3120033.

HSL color Cylindrical-coordinate representation of color #A19B2F: hue angle of 56.84º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A19B2F is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB16115547-
CMYK00.040.710.37
HSL56.84º54.81%40.78%-
HSV(B)56.84º70.81%63.14%-
XYZ26.9331.227.3-
YUV144.4872.99139.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 47 (18.75% from 255) = 12.95%
R=44.35%
G=42.70%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611554700.040.710.3756.8454.8140.78
HexA19B2F044725393729
Octal241233570410745716751
Binary101000011001101110111101001000111100101111001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19B2F; }

 p { color: rgb(161,155,47); }

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

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

 a { background-color: rgb(161,155,47); }

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

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

 span { border-color: rgb(161,155,47); }

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