#A3966B

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

Shades of Tallow #A3966B

Tints of Tallow #A3966B

Color information

#A3966B (or 0xA3966B) is unknown color: approx Tallow. HEX triplet: A3, 96 and 6B. RGB value is (163,150,107). Sum of RGB (Red+Green+Blue) = 163+150+107=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A3966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3966B is #5C6994. Grayscale: #959595. Windows color (decimal): -6056341 or 7050915. OLE color: 7050915.

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

Color convert

RGB163150107-
CMYK00.080.340.36
HSL46.07º23.33%52.94%-
HSV(B)46.07º34.36%63.92%-
XYZ28.6630.6618.32-
YUV148.98104.31138-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.81%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 107 (42.19% from 255) = 25.48%
R=38.81%
G=35.71%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315010700.080.340.3646.0723.3352.94
HexA3966B0822242e1735
Octal2432261530104244562765
Binary101000111001011011010110100010001010010010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3966B; }

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

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

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

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

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

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

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

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