#A3995C

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

Shades of Husk #A3995C

Tints of Husk #A3995C

Color information

#A3995C (or 0xA3995C) is unknown color: approx Husk. HEX triplet: A3, 99 and 5C. RGB value is (163,153,92). Sum of RGB (Red+Green+Blue) = 163+153+92=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A3995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3995C is #5C66A3. Grayscale: #959595. Windows color (decimal): -6055588 or 6068643. OLE color: 6068643.

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

Color convert

RGB16315392-
CMYK00.060.440.36
HSL51.55º27.84%50%-
HSV(B)51.55º43.56%63.92%-
XYZ28.4331.3414.68-
YUV149.0495.81137.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 92 (36.33% from 255) = 22.55%
R=39.95%
G=37.5%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631539200.060.440.3651.5527.8450
HexA3995C062C24341c32
Octal243231134065444643462
Binary10100011100110011011100011010110010010011010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3995C; }

 p { color: rgb(163,153,92); }

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

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

 a { background-color: rgb(163,153,92); }

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

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

 span { border-color: rgb(163,153,92); }

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