#A49150

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

Shades of Husk #A49150

Tints of Husk #A49150

Color information

#A49150 (or 0xA49150) is unknown color: approx Husk. HEX triplet: A4, 91 and 50. RGB value is (164,145,80). Sum of RGB (Red+Green+Blue) = 164+145+80=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A49150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49150 is #5B6EAF. Grayscale: #8F8F8F. Windows color (decimal): -5992112 or 5280164. OLE color: 5280164.

HSL color Cylindrical-coordinate representation of color #A49150: hue angle of 46.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A49150 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16414580-
CMYK00.120.510.36
HSL46.43º34.43%47.84%-
HSV(B)46.43º51.22%64.31%-
XYZ26.8828.7211.72-
YUV143.2792.29142.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 145 (57.03% from 255) = 37.28%
BLUE value IS 80 (31.64% from 255) = 20.57%
R=42.16%
G=37.28%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641458000.120.510.3646.4334.4347.84
HexA491500C33242e2230
Octal2442211200146344564260
Binary1010010010010001101000001100110011100100101110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49150; }

 p { color: rgb(164,145,80); }

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

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

 a { background-color: rgb(164,145,80); }

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

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

 span { border-color: rgb(164,145,80); }

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