#A0914F

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

Shades of Husk #A0914F

Tints of Husk #A0914F

Color information

#A0914F (or 0xA0914F) is unknown color: approx Husk. HEX triplet: A0, 91 and 4F. RGB value is (160,145,79). Sum of RGB (Red+Green+Blue) = 160+145+79=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0914F is #5F6EB0. Grayscale: #8E8E8E. Windows color (decimal): -6254257 or 5214624. OLE color: 5214624.

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

Color convert

RGB16014579-
CMYK00.090.510.37
HSL48.89º33.89%46.86%-
HSV(B)48.89º50.63%62.75%-
XYZ26.0328.2911.49-
YUV141.9692.47140.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.67%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 79 (31.25% from 255) = 20.57%
R=41.67%
G=37.76%
B=20.57%

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
Decimal1601457900.090.510.3748.8933.8946.86
HexA0914F09332531222f
Octal2402211170116345614257
Binary1010000010010001100111101001110011100101110001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0914F; }

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

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

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

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

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

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

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

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