#A2962B

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

Shades of Lucky #A2962B

Tints of Lucky #A2962B

Color information

#A2962B (or 0xA2962B) is unknown color: approx Lucky. HEX triplet: A2, 96 and 2B. RGB value is (162,150,43). Sum of RGB (Red+Green+Blue) = 162+150+43=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2962B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2962B is #5D69D4. Grayscale: #8D8D8D. Windows color (decimal): -6121941 or 2856610. OLE color: 2856610.

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

Color convert

RGB16215043-
CMYK00.070.730.36
HSL53.95º58.05%40.2%-
HSV(B)53.95º73.46%63.53%-
XYZ26.2429.676.63-
YUV141.3972.48142.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 43 (17.19% from 255) = 12.11%
R=45.63%
G=42.25%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621504300.070.730.3653.9558.0540.2
HexA2962B074924363a28
Octal242226530711144667250
Binary101000101001011010101101111001001100100110110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2962B; }

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

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

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

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

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

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

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

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