#A1996E

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

Shades of Tallow #A1996E

Tints of Tallow #A1996E

Color information

#A1996E (or 0xA1996E) is unknown color: approx Tallow. HEX triplet: A1, 99 and 6E. RGB value is (161,153,110). Sum of RGB (Red+Green+Blue) = 161+153+110=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A1996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1996E is #5E6691. Grayscale: #969696. Windows color (decimal): -6186642 or 7248289. OLE color: 7248289.

HSL color Cylindrical-coordinate representation of color #A1996E: hue angle of 50.59º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1996E is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB161153110-
CMYK00.050.320.37
HSL50.59º21.34%53.14%-
HSV(B)50.59º31.68%63.14%-
XYZ28.931.4919.31-
YUV150.49105.15135.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=37.97%
G=36.08%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115311000.050.320.3750.5921.3453.14
HexA1996E052025331535
Octal241231156054045632565
Binary10100001100110011101110010110000010010111001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1996E; }

 p { color: rgb(161,153,110); }

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

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

 a { background-color: rgb(161,153,110); }

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

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

 span { border-color: rgb(161,153,110); }

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