#A39B57

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

Shades of Husk #A39B57

Tints of Husk #A39B57

Color information

#A39B57 (or 0xA39B57) is unknown color: approx Husk. HEX triplet: A3, 9B and 57. RGB value is (163,155,87). Sum of RGB (Red+Green+Blue) = 163+155+87=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39B57 is #5C64A8. Grayscale: #959595. Windows color (decimal): -6055081 or 5741475. OLE color: 5741475.

HSL color Cylindrical-coordinate representation of color #A39B57: hue angle of 53.68º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A39B57 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16315587-
CMYK00.050.470.36
HSL53.68º30.4%49.02%-
HSV(B)53.68º46.63%63.92%-
XYZ28.5531.9213.67-
YUV149.6492.65137.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 155 (60.94% from 255) = 38.27%
BLUE value IS 87 (34.38% from 255) = 21.48%
R=40.25%
G=38.27%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631558700.050.470.3653.6830.449.02
HexA39B57052F24361e31
Octal243233127055744663661
Binary10100011100110111010111010110111110010011011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B57; }

 p { color: rgb(163,155,87); }

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

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

 a { background-color: rgb(163,155,87); }

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

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

 span { border-color: rgb(163,155,87); }

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