#A69576

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

Shades of Tallow #A69576

Tints of Tallow #A69576

Color information

#A69576 (or 0xA69576) is unknown color: approx Tallow. HEX triplet: A6, 95 and 76. RGB value is (166,149,118). Sum of RGB (Red+Green+Blue) = 166+149+118=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A69576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69576 is #596A89. Grayscale: #969696. Windows color (decimal): -5859978 or 7771558. OLE color: 7771558.

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

Color convert

RGB166149118-
CMYK00.100.290.35
HSL38.75º21.24%55.69%-
HSV(B)38.75º28.92%65.1%-
XYZ29.7430.9121.54-
YUV150.55109.63139.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=38.34%
G=34.41%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614911800.100.290.3538.7521.2455.69
HexA695760A1D23271538
Octal2462251660123543472570
Binary10100110100101011110110010101110110001110011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69576; }

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

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

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

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

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

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

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

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