#A39B4F

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

Shades of Husk #A39B4F

Tints of Husk #A39B4F

Color information

#A39B4F (or 0xA39B4F) is unknown color: approx Husk. HEX triplet: A3, 9B and 4F. RGB value is (163,155,79). Sum of RGB (Red+Green+Blue) = 163+155+79=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39B4F is #5C64B0. Grayscale: #959595. Windows color (decimal): -6055089 or 5217187. OLE color: 5217187.

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

Color convert

RGB16315579-
CMYK00.050.520.36
HSL54.29º34.71%47.45%-
HSV(B)54.29º51.53%63.92%-
XYZ28.2431.7912.05-
YUV148.7388.65138.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 155 (60.94% from 255) = 39.04%
BLUE value IS 79 (31.25% from 255) = 19.90%
R=41.06%
G=39.04%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631557900.050.520.3654.2934.7147.45
HexA39B4F05342436232f
Octal243233117056444664357
Binary101000111001101110011110101110100100100110110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B4F; }

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

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

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

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

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

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

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

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