#A1961C

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

Shades of Lucky #A1961C

Tints of Lucky #A1961C

Color information

#A1961C (or 0xA1961C) is unknown color: approx Lucky. HEX triplet: A1, 96 and 1C. RGB value is (161,150,28). Sum of RGB (Red+Green+Blue) = 161+150+28=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1961C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1961C is #5E69E3. Grayscale: #8B8B8B. Windows color (decimal): -6187492 or 1873569. OLE color: 1873569.

HSL color Cylindrical-coordinate representation of color #A1961C: hue angle of 55.04º 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 #A1961C is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB16115028-
CMYK00.070.830.37
HSL55.04º70.37%37.06%-
HSV(B)55.04º82.61%63.14%-
XYZ25.8129.475.43-
YUV139.3865.14143.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 150 (58.98% from 255) = 44.25%
BLUE value IS 28 (11.33% from 255) = 8.26%
R=47.49%
G=44.25%
B=8.26%

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
Decimal1611502800.070.830.3755.0470.3737.06
HexA1961C075325374625
Octal2412263407123456710645
Binary101000011001011011100011110100111001011101111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1961C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1961C; }

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

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

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

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

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

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

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

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