#A9996D

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

Shades of Tallow #A9996D

Tints of Tallow #A9996D

Color information

#A9996D (or 0xA9996D) is unknown color: approx Tallow. HEX triplet: A9, 99 and 6D. RGB value is (169,153,109). Sum of RGB (Red+Green+Blue) = 169+153+109=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 169 - color contains mainly: red. Hex color #A9996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9996D is #566692. Grayscale: #989898. Windows color (decimal): -5662355 or 7182761. OLE color: 7182761.

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

Color convert

RGB169153109-
CMYK00.090.360.34
HSL44º25.86%54.51%-
HSV(B)44º35.5%66.27%-
XYZ30.5132.3219.1-
YUV152.77103.3139.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=39.21%
G=35.50%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915310900.090.360.344425.8654.51
HexA9996D0924222c1a37
Octal2512311550114442543267
Binary101010011001100111011010100110010010001010110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9996D; }

 p { color: rgb(169,153,109); }

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

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

 a { background-color: rgb(169,153,109); }

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

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

 span { border-color: rgb(169,153,109); }

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