#A49450

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

Shades of Husk #A49450

Tints of Husk #A49450

Color information

#A49450 (or 0xA49450) is unknown color: approx Husk. HEX triplet: A4, 94 and 50. RGB value is (164,148,80). Sum of RGB (Red+Green+Blue) = 164+148+80=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A49450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49450 is #5B6BAF. Grayscale: #919191. Windows color (decimal): -5991344 or 5280932. OLE color: 5280932.

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

Color convert

RGB16414880-
CMYK00.100.510.36
HSL48.57º34.43%47.84%-
HSV(B)48.57º51.22%64.31%-
XYZ27.3529.6511.87-
YUV145.0391.3141.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 148 (58.20% from 255) = 37.76%
BLUE value IS 80 (31.64% from 255) = 20.41%
R=41.84%
G=37.76%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641488000.100.510.3648.5734.4347.84
HexA494500A3324312230
Octal2442241200126344614260
Binary1010010010010100101000001010110011100100110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49450; }

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

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

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

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

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

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

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

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