#A6997A

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

Shades of Tallow #A6997A

Tints of Tallow #A6997A

Color information

#A6997A (or 0xA6997A) is unknown color: approx Tallow. HEX triplet: A6, 99 and 7A. RGB value is (166,153,122). Sum of RGB (Red+Green+Blue) = 166+153+122=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A6997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6997A is #596685. Grayscale: #999999. Windows color (decimal): -5858950 or 8034726. OLE color: 8034726.

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

Color convert

RGB166153122-
CMYK00.080.270.35
HSL42.27º19.82%56.47%-
HSV(B)42.27º26.51%65.1%-
XYZ30.6332.2923.03-
YUV153.35110.31137.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=37.64%
G=34.69%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615312200.080.270.3542.2719.8256.47
HexA6997A081B232a1438
Octal2462311720103343522470
Binary10100110100110011111010010001101110001110101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6997A; }

 p { color: rgb(166,153,122); }

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

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

 a { background-color: rgb(166,153,122); }

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

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

 span { border-color: rgb(166,153,122); }

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