#A7986F

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

Shades of Tallow #A7986F

Tints of Tallow #A7986F

Color information

#A7986F (or 0xA7986F) is unknown color: approx Tallow. HEX triplet: A7, 98 and 6F. RGB value is (167,152,111). Sum of RGB (Red+Green+Blue) = 167+152+111=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A7986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7986F is #586790. Grayscale: #979797. Windows color (decimal): -5793681 or 7313575. OLE color: 7313575.

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

Color convert

RGB167152111-
CMYK00.090.340.35
HSL43.93º24.14%54.51%-
HSV(B)43.93º33.53%65.49%-
XYZ30.0331.8219.6-
YUV151.81104.97138.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 152 (59.77% from 255) = 35.35%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=38.84%
G=35.35%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715211100.090.340.3543.9324.1454.51
HexA7986F0922232c1837
Octal2472301570114243543067
Binary101001111001100011011110100110001010001110110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7986F; }

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

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

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

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

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

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

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

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