#A69977

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

Shades of Tallow #A69977

Tints of Tallow #A69977

Color information

#A69977 (or 0xA69977) is unknown color: approx Tallow. HEX triplet: A6, 99 and 77. RGB value is (166,153,119). Sum of RGB (Red+Green+Blue) = 166+153+119=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A69977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69977 is #596688. Grayscale: #999999. Windows color (decimal): -5858953 or 7838118. OLE color: 7838118.

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

Color convert

RGB166153119-
CMYK00.080.280.35
HSL43.4º20.89%55.88%-
HSV(B)43.4º28.31%65.1%-
XYZ30.4532.2222.07-
YUV153.01108.81137.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 119 (46.88% from 255) = 27.17%
R=37.90%
G=34.93%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615311900.080.280.3543.420.8955.88
HexA69977081C232b1538
Octal2462311670103443532570
Binary10100110100110011110111010001110010001110101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69977; }

 p { color: rgb(166,153,119); }

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

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

 a { background-color: rgb(166,153,119); }

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

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

 span { border-color: rgb(166,153,119); }

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