#A99671

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

Shades of Tallow #A99671

Tints of Tallow #A99671

Color information

#A99671 (or 0xA99671) is unknown color: approx Tallow. HEX triplet: A9, 96 and 71. RGB value is (169,150,113). Sum of RGB (Red+Green+Blue) = 169+150+113=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A99671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99671 is #56698E. Grayscale: #979797. Windows color (decimal): -5663119 or 7444137. OLE color: 7444137.

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

Color convert

RGB169150113-
CMYK00.110.330.34
HSL39.64º24.56%55.29%-
HSV(B)39.64º33.14%66.27%-
XYZ30.2531.4420.1-
YUV151.46106.29140.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 150 (58.98% from 255) = 34.72%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=39.12%
G=34.72%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915011300.110.330.3439.6424.5655.29
HexA996710B2122281937
Octal2512261610134142503167
Binary101010011001011011100010101110000110001010100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99671; }

 p { color: rgb(169,150,113); }

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

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

 a { background-color: rgb(169,150,113); }

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

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

 span { border-color: rgb(169,150,113); }

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