#A0914E

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

Shades of Husk #A0914E

Tints of Husk #A0914E

Color information

#A0914E (or 0xA0914E) is unknown color: approx Husk. HEX triplet: A0, 91 and 4E. RGB value is (160,145,78). Sum of RGB (Red+Green+Blue) = 160+145+78=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0914E is #5F6EB1. Grayscale: #8E8E8E. Windows color (decimal): -6254258 or 5149088. OLE color: 5149088.

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

Color convert

RGB16014578-
CMYK00.090.510.37
HSL49.02º34.45%46.67%-
HSV(B)49.02º51.25%62.75%-
XYZ2628.2711.3-
YUV141.8591.97140.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=41.78%
G=37.86%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601457800.090.510.3749.0234.4546.67
HexA0914E09332531222f
Octal2402211160116345614257
Binary1010000010010001100111001001110011100101110001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0914E; }

 p { color: rgb(160,145,78); }

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

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

 a { background-color: rgb(160,145,78); }

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

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

 span { border-color: rgb(160,145,78); }

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