#A39575

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

Shades of Tallow #A39575

Tints of Tallow #A39575

Color information

#A39575 (or 0xA39575) is unknown color: approx Tallow. HEX triplet: A3, 95 and 75. RGB value is (163,149,117). Sum of RGB (Red+Green+Blue) = 163+149+117=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A39575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39575 is #5C6A8A. Grayscale: #959595. Windows color (decimal): -6056587 or 7706019. OLE color: 7706019.

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

Color convert

RGB163149117-
CMYK00.090.280.36
HSL41.74º20%54.9%-
HSV(B)41.74º28.22%63.92%-
XYZ29.0630.5721.2-
YUV149.54109.64137.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 149 (58.59% from 255) = 34.73%
BLUE value IS 117 (46.09% from 255) = 27.27%
R=38.00%
G=34.73%
B=27.27%

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
Decimal16314911700.090.280.3641.742054.9
HexA39575091C242a1437
Octal2432251650113444522467
Binary10100011100101011110101010011110010010010101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39575; }

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

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

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

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

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

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

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

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