#A3956B

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

Shades of Tallow #A3956B

Tints of Tallow #A3956B

Color information

#A3956B (or 0xA3956B) is unknown color: approx Tallow. HEX triplet: A3, 95 and 6B. RGB value is (163,149,107). Sum of RGB (Red+Green+Blue) = 163+149+107=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3956B is #5C6A94. Grayscale: #949494. Windows color (decimal): -6056597 or 7050659. OLE color: 7050659.

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

Color convert

RGB163149107-
CMYK00.090.340.36
HSL45º23.33%52.94%-
HSV(B)45º34.36%63.92%-
XYZ28.5130.3418.26-
YUV148.4104.64138.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 107 (42.19% from 255) = 25.54%
R=38.90%
G=35.56%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314910700.090.340.364523.3352.94
HexA3956B0922242d1735
Octal2432251530114244552765
Binary101000111001010111010110100110001010010010110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3956B; }

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

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

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

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

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

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

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

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