#A3964A

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

Shades of Husk #A3964A

Tints of Husk #A3964A

Color information

#A3964A (or 0xA3964A) is unknown color: approx Husk. HEX triplet: A3, 96 and 4A. RGB value is (163,150,74). Sum of RGB (Red+Green+Blue) = 163+150+74=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3964A is #5C69B5. Grayscale: #919191. Windows color (decimal): -6056374 or 4888227. OLE color: 4888227.

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

Color convert

RGB16315074-
CMYK00.080.550.36
HSL51.24º37.55%46.47%-
HSV(B)51.24º54.6%63.92%-
XYZ27.2530.0910.85-
YUV145.2287.81140.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=42.12%
G=38.76%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631507400.080.550.3651.2437.5546.47
HexA3964A08372433262e
Octal2432261120106744634656
Binary1010001110010110100101001000110111100100110011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3964A; }

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

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

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

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

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

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

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

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