#A39775

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

Shades of Tallow #A39775

Tints of Tallow #A39775

Color information

#A39775 (or 0xA39775) is unknown color: approx Tallow. HEX triplet: A3, 97 and 75. RGB value is (163,151,117). Sum of RGB (Red+Green+Blue) = 163+151+117=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A39775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39775 is #5C688A. Grayscale: #969696. Windows color (decimal): -6056075 or 7706531. OLE color: 7706531.

HSL color Cylindrical-coordinate representation of color #A39775: hue angle of 44.35º 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 #A39775 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB163151117-
CMYK00.070.280.36
HSL44.35º20%54.9%-
HSV(B)44.35º28.22%63.92%-
XYZ29.3831.221.3-
YUV150.71108.98136.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 151 (59.38% from 255) = 35.03%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=37.82%
G=35.03%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315111700.070.280.3644.352054.9
HexA39775071C242c1437
Octal243227165073444542467
Binary1010001110010111111010101111110010010010110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39775; }

 p { color: rgb(163,151,117); }

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

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

 a { background-color: rgb(163,151,117); }

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

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

 span { border-color: rgb(163,151,117); }

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