#A19475

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

Shades of Tallow #A19475

Tints of Tallow #A19475

Color information

#A19475 (or 0xA19475) is unknown color: approx Tallow. HEX triplet: A1, 94 and 75. RGB value is (161,148,117). Sum of RGB (Red+Green+Blue) = 161+148+117=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A19475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19475 is #5E6B8A. Grayscale: #949494. Windows color (decimal): -6187915 or 7705761. OLE color: 7705761.

HSL color Cylindrical-coordinate representation of color #A19475: hue angle of 42.27º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A19475 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB161148117-
CMYK00.080.270.37
HSL42.27º18.97%54.51%-
HSV(B)42.27º27.33%63.14%-
XYZ28.530.0421.13-
YUV148.35110.31137.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.79%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=37.79%
G=34.74%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114811700.080.270.3742.2718.9754.51
HexA19475081B252a1337
Octal2412241650103345522367
Binary10100001100101001110101010001101110010110101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19475; }

 p { color: rgb(161,148,117); }

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

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

 a { background-color: rgb(161,148,117); }

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

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

 span { border-color: rgb(161,148,117); }

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