#A39B5A

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

Shades of Husk #A39B5A

Tints of Husk #A39B5A

Color information

#A39B5A (or 0xA39B5A) is unknown color: approx Husk. HEX triplet: A3, 9B and 5A. RGB value is (163,155,90). Sum of RGB (Red+Green+Blue) = 163+155+90=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39B5A is #5C64A5. Grayscale: #969696. Windows color (decimal): -6055078 or 5938083. OLE color: 5938083.

HSL color Cylindrical-coordinate representation of color #A39B5A: hue angle of 53.42º 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 #A39B5A is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16315590-
CMYK00.050.450.36
HSL53.42º28.85%49.61%-
HSV(B)53.42º44.79%63.92%-
XYZ28.6731.9714.33-
YUV149.9894.15137.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 155 (60.94% from 255) = 37.99%
BLUE value IS 90 (35.55% from 255) = 22.06%
R=39.95%
G=37.99%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631559000.050.450.3653.4228.8549.61
HexA39B5A052D24351d32
Octal243233132055544653562
Binary10100011100110111011010010110110110010011010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B5A; }

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

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

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

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

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

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

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

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