#A0964E

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

Shades of Husk #A0964E

Tints of Husk #A0964E

Color information

#A0964E (or 0xA0964E) is unknown color: approx Husk. HEX triplet: A0, 96 and 4E. RGB value is (160,150,78). Sum of RGB (Red+Green+Blue) = 160+150+78=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A0964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0964E is #5F69B1. Grayscale: #919191. Windows color (decimal): -6252978 or 5150368. OLE color: 5150368.

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

Color convert

RGB16015078-
CMYK00.060.510.37
HSL52.68º34.45%46.67%-
HSV(B)52.68º51.25%62.75%-
XYZ26.7829.8411.56-
YUV144.7890.31138.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.24%
GREEN value IS 150 (58.98% from 255) = 38.66%
BLUE value IS 78 (30.86% from 255) = 20.10%
R=41.24%
G=38.66%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601507800.060.510.3752.6834.4546.67
HexA0964E06332535222f
Octal240226116066345654257
Binary101000001001011010011100110110011100101110101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0964E; }

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

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

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

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

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

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

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

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