#A69675

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

Shades of Tallow #A69675

Tints of Tallow #A69675

Color information

#A69675 (or 0xA69675) is unknown color: approx Tallow. HEX triplet: A6, 96 and 75. RGB value is (166,150,117). Sum of RGB (Red+Green+Blue) = 166+150+117=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A69675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69675 is #59698A. Grayscale: #979797. Windows color (decimal): -5859723 or 7706278. OLE color: 7706278.

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

Color convert

RGB166150117-
CMYK00.100.300.35
HSL40.41º21.59%55.49%-
HSV(B)40.41º29.52%65.1%-
XYZ29.8431.221.28-
YUV151.02108.8138.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=38.34%
G=34.64%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615011700.100.300.3540.4121.5955.49
HexA696750A1E23281637
Octal2462261650123643502667
Binary10100110100101101110101010101111010001110100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69675; }

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

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

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

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

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

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

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

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