#A39B46

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

Shades of Husk #A39B46

Tints of Husk #A39B46

Color information

#A39B46 (or 0xA39B46) is unknown color: approx Husk. HEX triplet: A3, 9B and 46. RGB value is (163,155,70). Sum of RGB (Red+Green+Blue) = 163+155+70=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B46 is #5C64B9. Grayscale: #949494. Windows color (decimal): -6055098 or 4627363. OLE color: 4627363.

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

Color convert

RGB16315570-
CMYK00.050.570.36
HSL54.84º39.91%45.69%-
HSV(B)54.84º57.06%63.92%-
XYZ27.9331.6710.44-
YUV147.784.15138.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 155 (60.94% from 255) = 39.95%
BLUE value IS 70 (27.73% from 255) = 18.04%
R=42.01%
G=39.95%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631557000.050.570.3654.8439.9145.69
HexA39B4605392437282e
Octal243233106057144675056
Binary101000111001101110001100101111001100100110111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B46; }

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

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

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

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

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

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

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

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