#A39B49

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

Shades of Husk #A39B49

Tints of Husk #A39B49

Color information

#A39B49 (or 0xA39B49) is unknown color: approx Husk. HEX triplet: A3, 9B and 49. RGB value is (163,155,73). Sum of RGB (Red+Green+Blue) = 163+155+73=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B49 is #5C64B6. Grayscale: #949494. Windows color (decimal): -6055095 or 4823971. OLE color: 4823971.

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

Color convert

RGB16315573-
CMYK00.050.550.36
HSL54.67º38.14%46.27%-
HSV(B)54.67º55.21%63.92%-
XYZ28.0331.7110.95-
YUV148.0485.65138.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 155 (60.94% from 255) = 39.64%
BLUE value IS 73 (28.91% from 255) = 18.67%
R=41.69%
G=39.64%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631557300.050.550.3654.6738.1446.27
HexA39B4905372437262e
Octal243233111056744674656
Binary101000111001101110010010101110111100100110111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B49; }

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

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

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

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

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

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

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

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