#A19675

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

Shades of Tallow #A19675

Tints of Tallow #A19675

Color information

#A19675 (or 0xA19675) is unknown color: approx Tallow. HEX triplet: A1, 96 and 75. RGB value is (161,150,117). Sum of RGB (Red+Green+Blue) = 161+150+117=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A19675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19675 is #5E698A. Grayscale: #959595. Windows color (decimal): -6187403 or 7706273. OLE color: 7706273.

HSL color Cylindrical-coordinate representation of color #A19675: hue angle of 45º 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 #A19675 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB161150117-
CMYK00.070.270.37
HSL45º18.97%54.51%-
HSV(B)45º27.33%63.14%-
XYZ28.8230.6721.23-
YUV149.53109.64136.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 117 (46.09% from 255) = 27.34%
R=37.62%
G=35.05%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115011700.070.270.374518.9754.51
HexA19675071B252d1337
Octal241226165073345552367
Binary1010000110010110111010101111101110010110110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19675; }

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

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

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

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

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

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

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

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