#A49850

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

Shades of Husk #A49850

Tints of Husk #A49850

Color information

#A49850 (or 0xA49850) is unknown color: approx Husk. HEX triplet: A4, 98 and 50. RGB value is (164,152,80). Sum of RGB (Red+Green+Blue) = 164+152+80=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A49850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49850 is #5B67AF. Grayscale: #939393. Windows color (decimal): -5990320 or 5281956. OLE color: 5281956.

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

Color convert

RGB16415280-
CMYK00.070.510.36
HSL51.43º34.43%47.84%-
HSV(B)51.43º51.22%64.31%-
XYZ27.9930.9312.08-
YUV147.3889.98139.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 80 (31.64% from 255) = 20.20%
R=41.41%
G=38.38%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641528000.070.510.3651.4334.4347.84
HexA49850073324332230
Octal244230120076344634260
Binary101001001001100010100000111110011100100110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49850; }

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

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

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

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

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

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

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

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