#A7985C

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

Shades of Husk #A7985C

Tints of Husk #A7985C

Color information

#A7985C (or 0xA7985C) is unknown color: approx Husk. HEX triplet: A7, 98 and 5C. RGB value is (167,152,92). Sum of RGB (Red+Green+Blue) = 167+152+92=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A7985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7985C is #5867A3. Grayscale: #959595. Windows color (decimal): -5793700 or 6068391. OLE color: 6068391.

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

Color convert

RGB16715292-
CMYK00.090.450.35
HSL48º29.88%50.78%-
HSV(B)48º44.91%65.49%-
XYZ29.131.4414.66-
YUV149.6495.47140.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 92 (36.33% from 255) = 22.38%
R=40.63%
G=36.98%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671529200.090.450.354829.8850.78
HexA7985C092D23301e33
Octal2472301340115543603663
Binary101001111001100010111000100110110110001111000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7985C; }

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

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

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

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

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

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

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

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