#A19479

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

Shades of Tallow #A19479

Tints of Tallow #A19479

Color information

#A19479 (or 0xA19479) is unknown color: approx Tallow. HEX triplet: A1, 94 and 79. RGB value is (161,148,121). Sum of RGB (Red+Green+Blue) = 161+148+121=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A19479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19479 is #5E6B86. Grayscale: #949494. Windows color (decimal): -6187911 or 7967905. OLE color: 7967905.

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

Color convert

RGB161148121-
CMYK00.080.250.37
HSL40.5º17.54%55.29%-
HSV(B)40.5º24.84%63.14%-
XYZ28.7430.1422.39-
YUV148.81112.31136.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=37.44%
G=34.42%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114812100.080.250.3740.517.5455.29
HexA19479081925291237
Octal2412241710103145512267
Binary10100001100101001111001010001100110010110100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19479; }

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

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

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

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

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

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

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

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