#A39B75

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

Shades of Tallow #A39B75

Tints of Tallow #A39B75

Color information

#A39B75 (or 0xA39B75) is unknown color: approx Tallow. HEX triplet: A3, 9B and 75. RGB value is (163,155,117). Sum of RGB (Red+Green+Blue) = 163+155+117=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39B75 is #5C648A. Grayscale: #999999. Windows color (decimal): -6055051 or 7707555. OLE color: 7707555.

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

Color convert

RGB163155117-
CMYK00.050.280.36
HSL49.57º20%54.9%-
HSV(B)49.57º28.22%63.92%-
XYZ30.0432.5121.52-
YUV153.06107.65135.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 155 (60.94% from 255) = 35.63%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=37.47%
G=35.63%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315511700.050.280.3649.572054.9
HexA39B75051C24321437
Octal243233165053444622467
Binary1010001110011011111010101011110010010011001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B75; }

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

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

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

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

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

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

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

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