#A2961B

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

Shades of Lucky #A2961B

Tints of Lucky #A2961B

Color information

#A2961B (or 0xA2961B) is unknown color: approx Lucky. HEX triplet: A2, 96 and 1B. RGB value is (162,150,27). Sum of RGB (Red+Green+Blue) = 162+150+27=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2961B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2961B is #5D69E4. Grayscale: #8C8C8C. Windows color (decimal): -6121957 or 1808034. OLE color: 1808034.

HSL color Cylindrical-coordinate representation of color #A2961B: hue angle of 54.67º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2961B is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB16215027-
CMYK00.070.830.36
HSL54.67º71.43%37.06%-
HSV(B)54.67º83.33%63.53%-
XYZ2629.575.37-
YUV139.5764.48144-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 150 (58.98% from 255) = 44.25%
BLUE value IS 27 (10.94% from 255) = 7.96%
R=47.79%
G=44.25%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621502700.070.830.3654.6771.4337.06
HexA2961B075324374725
Octal2422263307123446710745
Binary101000101001011011011011110100111001001101111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2961B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2961B; }

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

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

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

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

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

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

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

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