#A49648

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

Shades of Husk #A49648

Tints of Husk #A49648

Color information

#A49648 (or 0xA49648) is unknown color: approx Husk. HEX triplet: A4, 96 and 48. RGB value is (164,150,72). Sum of RGB (Red+Green+Blue) = 164+150+72=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A49648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49648 is #5B69B7. Grayscale: #919191. Windows color (decimal): -5990840 or 4757156. OLE color: 4757156.

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

Color convert

RGB16415072-
CMYK00.090.560.36
HSL50.87º38.98%46.27%-
HSV(B)50.87º56.1%64.31%-
XYZ27.3930.1710.51-
YUV145.2986.64141.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 72 (28.52% from 255) = 18.65%
R=42.49%
G=38.86%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641507200.090.560.3650.8738.9846.27
HexA4964809382433272e
Octal2442261100117044634756
Binary1010010010010110100100001001111000100100110011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49648; }

 p { color: rgb(164,150,72); }

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

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

 a { background-color: rgb(164,150,72); }

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

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

 span { border-color: rgb(164,150,72); }

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