#A69C72

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

Shades of Tallow #A69C72

Tints of Tallow #A69C72

Color information

#A69C72 (or 0xA69C72) is unknown color: approx Tallow. HEX triplet: A6, 9C and 72. RGB value is (166,156,114). Sum of RGB (Red+Green+Blue) = 166+156+114=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C72 is #59638D. Grayscale: #9A9A9A. Windows color (decimal): -5858190 or 7511206. OLE color: 7511206.

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

Color convert

RGB166156114-
CMYK00.060.310.35
HSL48.46º22.61%54.9%-
HSV(B)48.46º31.33%65.1%-
XYZ30.6533.120.69-
YUV154.2105.31136.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 156 (61.33% from 255) = 35.78%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=38.07%
G=35.78%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615611400.060.310.3548.4622.6154.9
HexA69C72061F23301737
Octal246234162063743602767
Binary1010011010011100111001001101111110001111000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C72; }

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

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

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

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

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

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

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

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