#A3965A

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

Shades of Husk #A3965A

Tints of Husk #A3965A

Color information

#A3965A (or 0xA3965A) is unknown color: approx Husk. HEX triplet: A3, 96 and 5A. RGB value is (163,150,90). Sum of RGB (Red+Green+Blue) = 163+150+90=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A3965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3965A is #5C69A5. Grayscale: #939393. Windows color (decimal): -6056358 or 5936803. OLE color: 5936803.

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

Color convert

RGB16315090-
CMYK00.080.450.36
HSL49.32º28.85%49.61%-
HSV(B)49.32º44.79%63.92%-
XYZ27.8630.3414.06-
YUV147.0595.81139.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 90 (35.55% from 255) = 22.33%
R=40.45%
G=37.22%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631509000.080.450.3649.3228.8549.61
HexA3965A082D24311d32
Octal2432261320105544613562
Binary101000111001011010110100100010110110010011000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3965A; }

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

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

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

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

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

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

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

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