#A2961A

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

Shades of Lucky #A2961A

Tints of Lucky #A2961A

Color information

#A2961A (or 0xA2961A) is unknown color: approx Lucky. HEX triplet: A2, 96 and 1A. RGB value is (162,150,26). Sum of RGB (Red+Green+Blue) = 162+150+26=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2961A is #5D69E5. Grayscale: #8B8B8B. Windows color (decimal): -6121958 or 1742498. OLE color: 1742498.

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

Color convert

RGB16215026-
CMYK00.070.840.36
HSL54.71º72.34%36.86%-
HSV(B)54.71º83.95%63.53%-
XYZ25.9929.575.31-
YUV139.4563.98144.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 150 (58.98% from 255) = 44.38%
BLUE value IS 26 (10.55% from 255) = 7.69%
R=47.93%
G=44.38%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621502600.070.840.3654.7172.3436.86
HexA2961A075424374825
Octal2422263207124446711045
Binary101000101001011011010011110101001001001101111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2961A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2961A; }

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

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

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

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

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

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

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

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