#A2952B

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

Shades of Lucky #A2952B

Tints of Lucky #A2952B

Color information

#A2952B (or 0xA2952B) is unknown color: approx Lucky. HEX triplet: A2, 95 and 2B. RGB value is (162,149,43). Sum of RGB (Red+Green+Blue) = 162+149+43=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A2952B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2952B is #5D6AD4. Grayscale: #8D8D8D. Windows color (decimal): -6122197 or 2856354. OLE color: 2856354.

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

Color convert

RGB16214943-
CMYK00.080.730.36
HSL53.45º58.05%40.2%-
HSV(B)53.45º73.46%63.53%-
XYZ26.0829.356.58-
YUV140.872.81143.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 149 (58.59% from 255) = 42.09%
BLUE value IS 43 (17.19% from 255) = 12.15%
R=45.76%
G=42.09%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621494300.080.730.3653.4558.0540.2
HexA2952B084924353a28
Octal2422255301011144657250
Binary1010001010010101101011010001001001100100110101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2952B; }

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

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

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

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

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

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

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

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