#A69775

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

Shades of Tallow #A69775

Tints of Tallow #A69775

Color information

#A69775 (or 0xA69775) is unknown color: approx Tallow. HEX triplet: A6, 97 and 75. RGB value is (166,151,117). Sum of RGB (Red+Green+Blue) = 166+151+117=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A69775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69775 is #59688A. Grayscale: #979797. Windows color (decimal): -5859467 or 7706534. OLE color: 7706534.

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

Color convert

RGB166151117-
CMYK00.090.300.35
HSL41.63º21.59%55.49%-
HSV(B)41.63º29.52%65.1%-
XYZ3031.5221.33-
YUV151.61108.47138.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 151 (59.38% from 255) = 34.79%
BLUE value IS 117 (46.09% from 255) = 26.96%
R=38.25%
G=34.79%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615111700.090.300.3541.6321.5955.49
HexA69775091E232a1637
Octal2462271650113643522667
Binary10100110100101111110101010011111010001110101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69775; }

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

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

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

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

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

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

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

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