#A69770

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

Shades of Tallow #A69770

Tints of Tallow #A69770

Color information

#A69770 (or 0xA69770) is unknown color: approx Tallow. HEX triplet: A6, 97 and 70. RGB value is (166,151,112). Sum of RGB (Red+Green+Blue) = 166+151+112=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A69770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69770 is #59688F. Grayscale: #979797. Windows color (decimal): -5859472 or 7378854. OLE color: 7378854.

HSL color Cylindrical-coordinate representation of color #A69770: hue angle of 43.33º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69770 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB166151112-
CMYK00.090.330.35
HSL43.33º23.28%54.51%-
HSV(B)43.33º32.53%65.1%-
XYZ29.7231.4119.83-
YUV151.04105.97138.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 151 (59.38% from 255) = 35.20%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=38.69%
G=35.20%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615111200.090.330.3543.3323.2854.51
HexA697700921232b1737
Octal2462271600114143532767
Binary101001101001011111100000100110000110001110101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69770; }

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

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

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

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

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

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

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

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