#A19E1D

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

Shades of Lucky #A19E1D

Tints of Lucky #A19E1D

Color information

#A19E1D (or 0xA19E1D) is unknown color: approx Lucky. HEX triplet: A1, 9E and 1D. RGB value is (161,158,29). Sum of RGB (Red+Green+Blue) = 161+158+29=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19E1D is #5E61E2. Grayscale: #909090. Windows color (decimal): -6185443 or 1941153. OLE color: 1941153.

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

Color convert

RGB16115829-
CMYK00.020.820.37
HSL58.64º69.47%37.25%-
HSV(B)58.64º81.99%63.14%-
XYZ27.1532.125.93-
YUV144.1962.99139.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 158 (62.11% from 255) = 45.40%
BLUE value IS 29 (11.72% from 255) = 8.33%
R=46.26%
G=45.40%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611582900.020.820.3758.6469.4737.25
HexA19E1D0252253b4525
Octal2412363502122457310545
Binary10100001100111101110101010100101001011110111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19E1D; }

 p { color: rgb(161,158,29); }

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

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

 a { background-color: rgb(161,158,29); }

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

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

 span { border-color: rgb(161,158,29); }

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