#A8996A

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

Shades of Tallow #A8996A

Tints of Tallow #A8996A

Color information

#A8996A (or 0xA8996A) is unknown color: approx Tallow. HEX triplet: A8, 99 and 6A. RGB value is (168,153,106). Sum of RGB (Red+Green+Blue) = 168+153+106=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A8996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8996A is #576695. Grayscale: #989898. Windows color (decimal): -5727894 or 6986152. OLE color: 6986152.

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

Color convert

RGB168153106-
CMYK00.090.370.34
HSL45.48º26.27%53.73%-
HSV(B)45.48º36.9%65.88%-
XYZ30.1432.1518.25-
YUV152.13101.97139.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.34%
GREEN value IS 153 (60.16% from 255) = 35.83%
BLUE value IS 106 (41.80% from 255) = 24.82%
R=39.34%
G=35.83%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815310600.090.370.3445.4826.2753.73
HexA8996A0925222d1a36
Octal2502311520114542553266
Binary101010001001100111010100100110010110001010110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8996A; }

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

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

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

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

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

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

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

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