#A8997A

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

Shades of Tallow #A8997A

Tints of Tallow #A8997A

Color information

#A8997A (or 0xA8997A) is unknown color: approx Tallow. HEX triplet: A8, 99 and 7A. RGB value is (168,153,122). Sum of RGB (Red+Green+Blue) = 168+153+122=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 168 - color contains mainly: red. Hex color #A8997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8997A is #576685. Grayscale: #9A9A9A. Windows color (decimal): -5727878 or 8034728. OLE color: 8034728.

HSL color Cylindrical-coordinate representation of color #A8997A: hue angle of 40.43º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8997A is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB168153122-
CMYK00.090.270.34
HSL40.43º20.91%56.86%-
HSV(B)40.43º27.38%65.88%-
XYZ31.0532.5123.05-
YUV153.95109.97138.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.92%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=37.92%
G=34.54%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815312200.090.270.3440.4320.9156.86
HexA8997A091B22281539
Octal2502311720113342502571
Binary10101000100110011111010010011101110001010100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8997A; }

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

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

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

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

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

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

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

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