#A19A4E

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

Shades of Husk #A19A4E

Tints of Husk #A19A4E

Color information

#A19A4E (or 0xA19A4E) is unknown color: approx Husk. HEX triplet: A1, 9A and 4E. RGB value is (161,154,78). Sum of RGB (Red+Green+Blue) = 161+154+78=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A4E is #5E65B1. Grayscale: #939393. Windows color (decimal): -6186418 or 5151393. OLE color: 5151393.

HSL color Cylindrical-coordinate representation of color #A19A4E: hue angle of 54.94º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A19A4E is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB16115478-
CMYK00.040.520.37
HSL54.94º34.73%46.86%-
HSV(B)54.94º51.55%63.14%-
XYZ27.6331.2411.78-
YUV147.4388.82137.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 154 (60.55% from 255) = 39.19%
BLUE value IS 78 (30.86% from 255) = 19.85%
R=40.97%
G=39.19%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611547800.040.520.3754.9434.7346.86
HexA19A4E04342537232f
Octal241232116046445674357
Binary101000011001101010011100100110100100101110111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A4E; }

 p { color: rgb(161,154,78); }

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

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

 a { background-color: rgb(161,154,78); }

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

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

 span { border-color: rgb(161,154,78); }

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