#A19518

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

Shades of Lucky #A19518

Tints of Lucky #A19518

Color information

#A19518 (or 0xA19518) is unknown color: approx Lucky. HEX triplet: A1, 95 and 18. RGB value is (161,149,24). Sum of RGB (Red+Green+Blue) = 161+149+24=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A19518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19518 is #5E6AE7. Grayscale: #8A8A8A. Windows color (decimal): -6187752 or 1611169. OLE color: 1611169.

HSL color Cylindrical-coordinate representation of color #A19518: hue angle of 54.74º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A19518 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB16114924-
CMYK00.070.850.37
HSL54.74º74.05%36.27%-
HSV(B)54.74º85.09%63.14%-
XYZ25.6129.145.14-
YUV138.3463.48144.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.20%
GREEN value IS 149 (58.59% from 255) = 44.61%
BLUE value IS 24 (9.77% from 255) = 7.19%
R=48.20%
G=44.61%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611492400.070.850.3754.7474.0536.27
HexA19518075525374a24
Octal2412253007125456711244
Binary101000011001010111000011110101011001011101111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19518; }

 p { color: rgb(161,149,24); }

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

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

 a { background-color: rgb(161,149,24); }

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

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

 span { border-color: rgb(161,149,24); }

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