#A39470

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

Shades of Tallow #A39470

Tints of Tallow #A39470

Color information

#A39470 (or 0xA39470) is unknown color: approx Tallow. HEX triplet: A3, 94 and 70. RGB value is (163,148,112). Sum of RGB (Red+Green+Blue) = 163+148+112=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A39470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39470 is #5C6B8F. Grayscale: #949494. Windows color (decimal): -6056848 or 7378083. OLE color: 7378083.

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

Color convert

RGB163148112-
CMYK00.090.310.36
HSL42.35º21.7%53.92%-
HSV(B)42.35º31.29%63.92%-
XYZ28.6230.1419.64-
YUV148.38107.47138.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=38.53%
G=34.99%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314811200.090.310.3642.3521.753.92
HexA39470091F242a1636
Octal2432241600113744522666
Binary10100011100101001110000010011111110010010101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39470; }

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

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

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

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

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

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

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

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