#A2950A

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

Shades of Lucky #A2950A

Tints of Lucky #A2950A

Color information

#A2950A (or 0xA2950A) is unknown color: approx Lucky. HEX triplet: A2, 95 and 0A. RGB value is (162,149,10). Sum of RGB (Red+Green+Blue) = 162+149+10=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2950A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2950A is #5D6AF5. Grayscale: #898989. Windows color (decimal): -6122230 or 693666. OLE color: 693666.

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

Color convert

RGB16214910-
CMYK00.080.940.36
HSL54.87º88.37%33.73%-
HSV(B)54.87º93.83%63.53%-
XYZ25.729.24.57-
YUV137.0456.31145.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 149 (58.59% from 255) = 46.42%
BLUE value IS 10 (4.30% from 255) = 3.12%
R=50.47%
G=46.42%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621491000.080.940.3654.8788.3733.73
HexA295A085E24375822
Octal24222512010136446713042
Binary101000101001010110100100010111101001001101111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2950A; }

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

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

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

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

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

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

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

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