#A69670

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

Shades of Tallow #A69670

Tints of Tallow #A69670

Color information

#A69670 (or 0xA69670) is unknown color: approx Tallow. HEX triplet: A6, 96 and 70. RGB value is (166,150,112). Sum of RGB (Red+Green+Blue) = 166+150+112=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A69670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69670 is #59698F. Grayscale: #969696. Windows color (decimal): -5859728 or 7378598. OLE color: 7378598.

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

Color convert

RGB166150112-
CMYK00.100.330.35
HSL42.22º23.28%54.51%-
HSV(B)42.22º32.53%65.1%-
XYZ29.5631.0919.77-
YUV150.45106.3139.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.79%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=38.79%
G=35.05%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615011200.100.330.3542.2223.2854.51
HexA696700A21232a1737
Octal2462261600124143522767
Binary101001101001011011100000101010000110001110101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69670; }

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

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

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

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

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

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

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

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