#A69772

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

Shades of Tallow #A69772

Tints of Tallow #A69772

Color information

#A69772 (or 0xA69772) is unknown color: approx Tallow. HEX triplet: A6, 97 and 72. RGB value is (166,151,114). Sum of RGB (Red+Green+Blue) = 166+151+114=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A69772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69772 is #59688D. Grayscale: #979797. Windows color (decimal): -5859470 or 7509926. OLE color: 7509926.

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

Color convert

RGB166151114-
CMYK00.090.310.35
HSL42.69º22.61%54.9%-
HSV(B)42.69º31.33%65.1%-
XYZ29.8331.4620.42-
YUV151.27106.97138.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 151 (59.38% from 255) = 35.03%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=38.52%
G=35.03%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615111400.090.310.3542.6922.6154.9
HexA69772091F232b1737
Octal2462271620113743532767
Binary10100110100101111110010010011111110001110101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69772; }

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

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

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

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

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

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

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

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