#A3961A

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

Shades of Lucky #A3961A

Tints of Lucky #A3961A

Color information

#A3961A (or 0xA3961A) is unknown color: approx Lucky. HEX triplet: A3, 96 and 1A. RGB value is (163,150,26). Sum of RGB (Red+Green+Blue) = 163+150+26=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3961A is #5C69E5. Grayscale: #8C8C8C. Windows color (decimal): -6056422 or 1742499. OLE color: 1742499.

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

Color convert

RGB16315026-
CMYK00.080.840.36
HSL54.31º72.49%37.06%-
HSV(B)54.31º84.05%63.92%-
XYZ26.229.675.32-
YUV139.7563.81144.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 150 (58.98% from 255) = 44.25%
BLUE value IS 26 (10.55% from 255) = 7.67%
R=48.08%
G=44.25%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631502600.080.840.3654.3172.4937.06
HexA3961A085424364825
Octal24322632010124446611045
Binary1010001110010110110100100010101001001001101101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3961A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3961A; }

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

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

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

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

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

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

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

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