#A49748

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

Shades of Husk #A49748

Tints of Husk #A49748

Color information

#A49748 (or 0xA49748) is unknown color: approx Husk. HEX triplet: A4, 97 and 48. RGB value is (164,151,72). Sum of RGB (Red+Green+Blue) = 164+151+72=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A49748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49748 is #5B68B7. Grayscale: #929292. Windows color (decimal): -5990584 or 4757412. OLE color: 4757412.

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

Color convert

RGB16415172-
CMYK00.080.560.36
HSL51.52º38.98%46.27%-
HSV(B)51.52º56.1%64.31%-
XYZ27.5530.4910.56-
YUV145.8886.31140.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 151 (59.38% from 255) = 39.02%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=42.38%
G=39.02%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641517200.080.560.3651.5238.9846.27
HexA4974808382434272e
Octal2442271100107044644756
Binary1010010010010111100100001000111000100100110100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49748; }

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

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

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

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

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

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

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

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