#A1950A

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

Shades of Lucky #A1950A

Tints of Lucky #A1950A

Color information

#A1950A (or 0xA1950A) is unknown color: approx Lucky. HEX triplet: A1, 95 and 0A. RGB value is (161,149,10). Sum of RGB (Red+Green+Blue) = 161+149+10=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1950A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1950A is #5E6AF5. Grayscale: #898989. Windows color (decimal): -6187766 or 693665. OLE color: 693665.

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

Color convert

RGB16114910-
CMYK00.070.940.37
HSL55.23º88.3%33.53%-
HSV(B)55.23º93.79%63.14%-
XYZ25.529.094.56-
YUV136.7456.48145.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.31%
GREEN value IS 149 (58.59% from 255) = 46.56%
BLUE value IS 10 (4.30% from 255) = 3.12%
R=50.31%
G=46.56%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611491000.070.940.3755.2388.333.53
HexA195A075E25375822
Octal2412251207136456713042
Binary10100001100101011010011110111101001011101111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1950A; }

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

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

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

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

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

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

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

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