#A39776

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

Shades of Tallow #A39776

Tints of Tallow #A39776

Color information

#A39776 (or 0xA39776) is unknown color: approx Tallow. HEX triplet: A3, 97 and 76. RGB value is (163,151,118). Sum of RGB (Red+Green+Blue) = 163+151+118=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A39776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39776 is #5C6889. Grayscale: #969696. Windows color (decimal): -6056074 or 7772067. OLE color: 7772067.

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

Color convert

RGB163151118-
CMYK00.070.280.36
HSL44º19.65%55.1%-
HSV(B)44º27.61%63.92%-
XYZ29.4431.2321.62-
YUV150.83109.48136.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 151 (59.38% from 255) = 34.95%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=37.73%
G=34.95%
B=27.31%

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
Decimal16315111800.070.280.364419.6555.1
HexA39776071C242c1437
Octal243227166073444542467
Binary1010001110010111111011001111110010010010110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39776; }

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

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

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

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

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

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

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

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