#A7995C

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

Shades of Husk #A7995C

Tints of Husk #A7995C

Color information

#A7995C (or 0xA7995C) is unknown color: approx Husk. HEX triplet: A7, 99 and 5C. RGB value is (167,153,92). Sum of RGB (Red+Green+Blue) = 167+153+92=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A7995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7995C is #5866A3. Grayscale: #969696. Windows color (decimal): -5793444 or 6068647. OLE color: 6068647.

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

Color convert

RGB16715392-
CMYK00.080.450.35
HSL48.8º29.88%50.78%-
HSV(B)48.8º44.91%65.49%-
XYZ29.2631.7714.72-
YUV150.2395.14139.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.53%
GREEN value IS 153 (60.16% from 255) = 37.14%
BLUE value IS 92 (36.33% from 255) = 22.33%
R=40.53%
G=37.14%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671539200.080.450.3548.829.8850.78
HexA7995C082D23311e33
Octal2472311340105543613663
Binary101001111001100110111000100010110110001111000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7995C; }

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

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

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

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

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

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

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

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