#A19D1E

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

Shades of Lucky #A19D1E

Tints of Lucky #A19D1E

Color information

#A19D1E (or 0xA19D1E) is unknown color: approx Lucky. HEX triplet: A1, 9D and 1E. RGB value is (161,157,30). Sum of RGB (Red+Green+Blue) = 161+157+30=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19D1E is #5E62E1. Grayscale: #909090. Windows color (decimal): -6185698 or 2006433. OLE color: 2006433.

HSL color Cylindrical-coordinate representation of color #A19D1E: hue angle of 58.17º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A19D1E is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB16115730-
CMYK00.020.810.37
HSL58.17º68.59%37.45%-
HSV(B)58.17º81.37%63.14%-
XYZ26.9931.785.94-
YUV143.7263.83140.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 157 (61.72% from 255) = 45.11%
BLUE value IS 30 (12.11% from 255) = 8.62%
R=46.26%
G=45.11%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611573000.020.810.3758.1768.5937.45
HexA19D1E0251253a4525
Octal2412353602121457210545
Binary10100001100111011111001010100011001011110101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19D1E; }

 p { color: rgb(161,157,30); }

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

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

 a { background-color: rgb(161,157,30); }

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

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

 span { border-color: rgb(161,157,30); }

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