#A0934E

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

Shades of Husk #A0934E

Tints of Husk #A0934E

Color information

#A0934E (or 0xA0934E) is unknown color: approx Husk. HEX triplet: A0, 93 and 4E. RGB value is (160,147,78). Sum of RGB (Red+Green+Blue) = 160+147+78=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A0934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0934E is #5F6CB1. Grayscale: #8F8F8F. Windows color (decimal): -6253746 or 5149600. OLE color: 5149600.

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

Color convert

RGB16014778-
CMYK00.080.510.37
HSL50.49º34.45%46.67%-
HSV(B)50.49º51.25%62.75%-
XYZ26.3128.8911.4-
YUV143.0291.31140.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.56%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=41.56%
G=38.18%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601477800.080.510.3750.4934.4546.67
HexA0934E08332532222f
Octal2402231160106345624257
Binary1010000010010011100111001000110011100101110010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0934E; }

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

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

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

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

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

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

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

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