#A39478

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

Shades of Tallow #A39478

Tints of Tallow #A39478

Color information

#A39478 (or 0xA39478) is unknown color: approx Tallow. HEX triplet: A3, 94 and 78. RGB value is (163,148,120). Sum of RGB (Red+Green+Blue) = 163+148+120=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A39478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39478 is #5C6B87. Grayscale: #959595. Windows color (decimal): -6056840 or 7902371. OLE color: 7902371.

HSL color Cylindrical-coordinate representation of color #A39478: hue angle of 39.07º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A39478 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB163148120-
CMYK00.090.260.36
HSL39.07º18.94%55.49%-
HSV(B)39.07º26.38%63.92%-
XYZ29.0830.3222.09-
YUV149.29111.47137.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=37.82%
G=34.34%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314812000.090.260.3639.0718.9455.49
HexA39478091A24271337
Octal2432241700113244472367
Binary10100011100101001111000010011101010010010011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39478; }

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

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

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

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

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

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

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

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