#A39C59

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

Shades of Husk #A39C59

Tints of Husk #A39C59

Color information

#A39C59 (or 0xA39C59) is unknown color: approx Husk. HEX triplet: A3, 9C and 59. RGB value is (163,156,89). Sum of RGB (Red+Green+Blue) = 163+156+89=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39C59 is #5C63A6. Grayscale: #969696. Windows color (decimal): -6054823 or 5872803. OLE color: 5872803.

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

Color convert

RGB16315689-
CMYK00.040.450.36
HSL54.32º29.37%49.41%-
HSV(B)54.32º45.4%63.92%-
XYZ28.832.2814.17-
YUV150.4593.32136.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 156 (61.33% from 255) = 38.24%
BLUE value IS 89 (35.16% from 255) = 21.81%
R=39.95%
G=38.24%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631568900.040.450.3654.3229.3749.41
HexA39C59042D24361d31
Octal243234131045544663561
Binary10100011100111001011001010010110110010011011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39C59; }

 p { color: rgb(163,156,89); }

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

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

 a { background-color: rgb(163,156,89); }

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

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

 span { border-color: rgb(163,156,89); }

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