#A1951C

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

Shades of Lucky #A1951C

Tints of Lucky #A1951C

Color information

#A1951C (or 0xA1951C) is unknown color: approx Lucky. HEX triplet: A1, 95 and 1C. RGB value is (161,149,28). Sum of RGB (Red+Green+Blue) = 161+149+28=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1951C is #5E6AE3. Grayscale: #8B8B8B. Windows color (decimal): -6187748 or 1873313. OLE color: 1873313.

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

Color convert

RGB16114928-
CMYK00.070.830.37
HSL54.59º70.37%37.06%-
HSV(B)54.59º82.61%63.14%-
XYZ25.6529.165.37-
YUV138.7965.48143.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 28 (11.33% from 255) = 8.28%
R=47.63%
G=44.08%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611492800.070.830.3754.5970.3737.06
HexA1951C075325374625
Octal2412253407123456710645
Binary101000011001010111100011110100111001011101111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1951C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1951C; }

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

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

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

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

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

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

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

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