#A39B4E

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

Shades of Husk #A39B4E

Tints of Husk #A39B4E

Color information

#A39B4E (or 0xA39B4E) is unknown color: approx Husk. HEX triplet: A3, 9B and 4E. RGB value is (163,155,78). Sum of RGB (Red+Green+Blue) = 163+155+78=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39B4E is #5C64B1. Grayscale: #949494. Windows color (decimal): -6055090 or 5151651. OLE color: 5151651.

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

Color convert

RGB16315578-
CMYK00.050.520.36
HSL54.35º35.27%47.25%-
HSV(B)54.35º52.15%63.92%-
XYZ28.231.7811.86-
YUV148.6188.15138.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 155 (60.94% from 255) = 39.14%
BLUE value IS 78 (30.86% from 255) = 19.70%
R=41.16%
G=39.14%
B=19.70%

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
Decimal1631557800.050.520.3654.3535.2747.25
HexA39B4E05342436232f
Octal243233116056444664357
Binary101000111001101110011100101110100100100110110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B4E; }

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

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

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

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

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

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

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

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