#A19478

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

Shades of Tallow #A19478

Tints of Tallow #A19478

Color information

#A19478 (or 0xA19478) is unknown color: approx Tallow. HEX triplet: A1, 94 and 78. RGB value is (161,148,120). Sum of RGB (Red+Green+Blue) = 161+148+120=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 161 - color contains mainly: red. Hex color #A19478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19478 is #5E6B87. Grayscale: #949494. Windows color (decimal): -6187912 or 7902369. OLE color: 7902369.

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

Color convert

RGB161148120-
CMYK00.080.250.37
HSL40.98º17.9%55.1%-
HSV(B)40.98º25.47%63.14%-
XYZ28.6830.1122.07-
YUV148.7111.81136.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 120 (47.27% from 255) = 27.97%
R=37.53%
G=34.50%
B=27.97%

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
Decimal16114812000.080.250.3740.9817.955.1
HexA19478081925291237
Octal2412241700103145512267
Binary10100001100101001111000010001100110010110100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19478; }

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

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

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

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

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

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

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

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