#A39476

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

Shades of Tallow #A39476

Tints of Tallow #A39476

Color information

#A39476 (or 0xA39476) is unknown color: approx Tallow. HEX triplet: A3, 94 and 76. RGB value is (163,148,118). Sum of RGB (Red+Green+Blue) = 163+148+118=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A39476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39476 is #5C6B89. Grayscale: #959595. Windows color (decimal): -6056842 or 7771299. OLE color: 7771299.

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

Color convert

RGB163148118-
CMYK00.090.280.36
HSL40º19.65%55.1%-
HSV(B)40º27.61%63.92%-
XYZ28.9630.2721.46-
YUV149.06110.47137.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=38.00%
G=34.50%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314811800.090.280.364019.6555.1
HexA39476091C24281437
Octal2432241660113444502467
Binary10100011100101001110110010011110010010010100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39476; }

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

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

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

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

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

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

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

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