#A99A6D

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

Shades of Tallow #A99A6D

Tints of Tallow #A99A6D

Color information

#A99A6D (or 0xA99A6D) is unknown color: approx Tallow. HEX triplet: A9, 9A and 6D. RGB value is (169,154,109). Sum of RGB (Red+Green+Blue) = 169+154+109=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A6D is #566592. Grayscale: #999999. Windows color (decimal): -5662099 or 7183017. OLE color: 7183017.

HSL color Cylindrical-coordinate representation of color #A99A6D: hue angle of 45º 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 #A99A6D is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB169154109-
CMYK00.090.360.34
HSL45º25.86%54.51%-
HSV(B)45º35.5%66.27%-
XYZ30.6832.6519.15-
YUV153.35102.97139.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 154 (60.55% from 255) = 35.65%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=39.12%
G=35.65%
B=25.23%

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
Decimal16915410900.090.360.344525.8654.51
HexA99A6D0924222d1a37
Octal2512321550114442553267
Binary101010011001101011011010100110010010001010110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A6D; }

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

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

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

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

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

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

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

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