#A69575

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

Shades of Tallow #A69575

Tints of Tallow #A69575

Color information

#A69575 (or 0xA69575) is unknown color: approx Tallow. HEX triplet: A6, 95 and 75. RGB value is (166,149,117). Sum of RGB (Red+Green+Blue) = 166+149+117=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A69575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69575 is #596A8A. Grayscale: #969696. Windows color (decimal): -5859979 or 7706022. OLE color: 7706022.

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

Color convert

RGB166149117-
CMYK00.100.300.35
HSL39.18º21.59%55.49%-
HSV(B)39.18º29.52%65.1%-
XYZ29.6830.8921.23-
YUV150.43109.13139.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 149 (58.59% from 255) = 34.49%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=38.43%
G=34.49%
B=27.08%

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
Decimal16614911700.100.300.3539.1821.5955.49
HexA695750A1E23271637
Octal2462251650123643472667
Binary10100110100101011110101010101111010001110011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69575; }

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

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

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

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

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

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

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

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