#A7995E

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

Shades of Husk #A7995E

Tints of Husk #A7995E

Color information

#A7995E (or 0xA7995E) is unknown color: approx Husk. HEX triplet: A7, 99 and 5E. RGB value is (167,153,94). Sum of RGB (Red+Green+Blue) = 167+153+94=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A7995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7995E is #5866A1. Grayscale: #969696. Windows color (decimal): -5793442 or 6199719. OLE color: 6199719.

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

Color convert

RGB16715394-
CMYK00.080.440.35
HSL48.49º29.32%51.18%-
HSV(B)48.49º43.71%65.49%-
XYZ29.3531.8115.18-
YUV150.4696.14139.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.34%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=40.34%
G=36.96%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671539400.080.440.3548.4929.3251.18
HexA7995E082C23301d33
Octal2472311360105443603563
Binary101001111001100110111100100010110010001111000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7995E; }

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

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

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

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

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

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

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

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