#A39477

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

Shades of Tallow #A39477

Tints of Tallow #A39477

Color information

#A39477 (or 0xA39477) is unknown color: approx Tallow. HEX triplet: A3, 94 and 77. RGB value is (163,148,119). Sum of RGB (Red+Green+Blue) = 163+148+119=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A39477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39477 is #5C6B88. Grayscale: #959595. Windows color (decimal): -6056841 or 7836835. OLE color: 7836835.

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

Color convert

RGB163148119-
CMYK00.090.270.36
HSL39.55º19.3%55.29%-
HSV(B)39.55º26.99%63.92%-
XYZ29.0230.321.77-
YUV149.18110.97137.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 119 (46.88% from 255) = 27.67%
R=37.91%
G=34.42%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314811900.090.270.3639.5519.355.29
HexA39477091B24281337
Octal2432241670113344502367
Binary10100011100101001110111010011101110010010100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39477; }

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

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

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

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

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

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

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

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