#A7985E

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

Shades of Husk #A7985E

Tints of Husk #A7985E

Color information

#A7985E (or 0xA7985E) is unknown color: approx Husk. HEX triplet: A7, 98 and 5E. RGB value is (167,152,94). Sum of RGB (Red+Green+Blue) = 167+152+94=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A7985E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7985E is #5867A1. Grayscale: #969696. Windows color (decimal): -5793698 or 6199463. OLE color: 6199463.

HSL color Cylindrical-coordinate representation of color #A7985E: hue angle of 47.67º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7985E is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16715294-
CMYK00.090.440.35
HSL47.67º29.32%51.18%-
HSV(B)47.67º43.71%65.49%-
XYZ29.1831.4815.13-
YUV149.8796.47140.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 94 (37.11% from 255) = 22.76%
R=40.44%
G=36.80%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671529400.090.440.3547.6729.3251.18
HexA7985E092C23301d33
Octal2472301360115443603563
Binary101001111001100010111100100110110010001111000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7985E; }

 p { color: rgb(167,152,94); }

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

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

 a { background-color: rgb(167,152,94); }

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

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

 span { border-color: rgb(167,152,94); }

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