#A39472

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

Shades of Tallow #A39472

Tints of Tallow #A39472

Color information

#A39472 (or 0xA39472) is unknown color: approx Tallow. HEX triplet: A3, 94 and 72. RGB value is (163,148,114). Sum of RGB (Red+Green+Blue) = 163+148+114=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A39472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39472 is #5C6B8D. Grayscale: #949494. Windows color (decimal): -6056846 or 7509155. OLE color: 7509155.

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

Color convert

RGB163148114-
CMYK00.090.300.36
HSL41.63º21.03%54.31%-
HSV(B)41.63º30.06%63.92%-
XYZ28.7330.1820.23-
YUV148.61108.47138.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=38.35%
G=34.82%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314811400.090.300.3641.6321.0354.31
HexA39472091E242a1536
Octal2432241620113644522566
Binary10100011100101001110010010011111010010010101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39472; }

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

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

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

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

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

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

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

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