#A39649

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

Shades of Husk #A39649

Tints of Husk #A39649

Color information

#A39649 (or 0xA39649) is unknown color: approx Husk. HEX triplet: A3, 96 and 49. RGB value is (163,150,73). Sum of RGB (Red+Green+Blue) = 163+150+73=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A39649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39649 is #5C69B6. Grayscale: #919191. Windows color (decimal): -6056375 or 4822691. OLE color: 4822691.

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

Color convert

RGB16315073-
CMYK00.080.550.36
HSL51.33º38.14%46.27%-
HSV(B)51.33º55.21%63.92%-
XYZ27.2130.0810.68-
YUV145.1187.31140.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 73 (28.91% from 255) = 18.91%
R=42.23%
G=38.86%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631507300.080.550.3651.3338.1446.27
HexA3964908372433262e
Octal2432261110106744634656
Binary1010001110010110100100101000110111100100110011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39649; }

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

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

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

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

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

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

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

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