#A69671

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

Shades of Tallow #A69671

Tints of Tallow #A69671

Color information

#A69671 (or 0xA69671) is unknown color: approx Tallow. HEX triplet: A6, 96 and 71. RGB value is (166,150,113). Sum of RGB (Red+Green+Blue) = 166+150+113=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A69671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69671 is #59698E. Grayscale: #969696. Windows color (decimal): -5859727 or 7444134. OLE color: 7444134.

HSL color Cylindrical-coordinate representation of color #A69671: hue angle of 41.89º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A69671 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB166150113-
CMYK00.100.320.35
HSL41.89º22.94%54.71%-
HSV(B)41.89º31.93%65.1%-
XYZ29.6131.1120.07-
YUV150.57106.8139.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=38.69%
G=34.97%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615011300.100.320.3541.8922.9454.71
HexA696710A20232a1737
Octal2462261610124043522767
Binary101001101001011011100010101010000010001110101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69671; }

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

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

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

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

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

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

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

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