#A19670

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

Shades of Tallow #A19670

Tints of Tallow #A19670

Color information

#A19670 (or 0xA19670) is unknown color: approx Tallow. HEX triplet: A1, 96 and 70. RGB value is (161,150,112). Sum of RGB (Red+Green+Blue) = 161+150+112=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A19670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19670 is #5E698F. Grayscale: #959595. Windows color (decimal): -6187408 or 7378593. OLE color: 7378593.

HSL color Cylindrical-coordinate representation of color #A19670: hue angle of 46.53º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A19670 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB161150112-
CMYK00.070.300.37
HSL46.53º20.68%53.53%-
HSV(B)46.53º30.43%63.14%-
XYZ28.5330.5619.72-
YUV148.96107.14136.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=38.06%
G=35.46%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115011200.070.300.3746.5320.6853.53
HexA19670071E252f1536
Octal241226160073645572566
Binary1010000110010110111000001111111010010110111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19670; }

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

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

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

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

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

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

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

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