#A69777

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

Shades of Tallow #A69777

Tints of Tallow #A69777

Color information

#A69777 (or 0xA69777) is unknown color: approx Tallow. HEX triplet: A6, 97 and 77. RGB value is (166,151,119). Sum of RGB (Red+Green+Blue) = 166+151+119=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A69777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69777 is #596888. Grayscale: #979797. Windows color (decimal): -5859465 or 7837606. OLE color: 7837606.

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

Color convert

RGB166151119-
CMYK00.090.280.35
HSL40.85º20.89%55.88%-
HSV(B)40.85º28.31%65.1%-
XYZ30.1231.5721.96-
YUV151.84109.47138.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 151 (59.38% from 255) = 34.63%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=38.07%
G=34.63%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615111900.090.280.3540.8520.8955.88
HexA69777091C23291538
Octal2462271670113443512570
Binary10100110100101111110111010011110010001110100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69777; }

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

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

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

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

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

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

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

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