#A19117

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

Shades of Lucky #A19117

Tints of Lucky #A19117

Color information

#A19117 (or 0xA19117) is unknown color: approx Lucky. HEX triplet: A1, 91 and 17. RGB value is (161,145,23). Sum of RGB (Red+Green+Blue) = 161+145+23=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A19117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19117 is #5E6EE8. Grayscale: #888888. Windows color (decimal): -6188777 or 1544609. OLE color: 1544609.

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

Color convert

RGB16114523-
CMYK00.100.860.37
HSL53.04º75%36.08%-
HSV(B)53.04º85.71%63.14%-
XYZ24.9827.894.88-
YUV135.8864.3145.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.94%
GREEN value IS 145 (57.03% from 255) = 44.07%
BLUE value IS 23 (9.38% from 255) = 6.99%
R=48.94%
G=44.07%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611452300.100.860.3753.047536.08
HexA191170A5625354b24
Octal24122127012126456511344
Binary1010000110010001101110101010101101001011101011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19117; }

 p { color: rgb(161,145,23); }

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

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

 a { background-color: rgb(161,145,23); }

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

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

 span { border-color: rgb(161,145,23); }

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