#A6997B

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

Shades of Tallow #A6997B

Tints of Tallow #A6997B

Color information

#A6997B (or 0xA6997B) is unknown color: approx Tallow. HEX triplet: A6, 99 and 7B. RGB value is (166,153,123). Sum of RGB (Red+Green+Blue) = 166+153+123=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A6997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6997B is #596684. Grayscale: #999999. Windows color (decimal): -5858949 or 8100262. OLE color: 8100262.

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

Color convert

RGB166153123-
CMYK00.080.260.35
HSL41.86º19.46%56.67%-
HSV(B)41.86º25.9%65.1%-
XYZ30.6932.3223.36-
YUV153.47110.81136.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 153 (60.16% from 255) = 34.62%
BLUE value IS 123 (48.44% from 255) = 27.83%
R=37.56%
G=34.62%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615312300.080.260.3541.8619.4656.67
HexA6997B081A232a1339
Octal2462311730103243522371
Binary10100110100110011111011010001101010001110101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6997B; }

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

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

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

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

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

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

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

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