#A2966D

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

Shades of Tallow #A2966D

Tints of Tallow #A2966D

Color information

#A2966D (or 0xA2966D) is unknown color: approx Tallow. HEX triplet: A2, 96 and 6D. RGB value is (162,150,109). Sum of RGB (Red+Green+Blue) = 162+150+109=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A2966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2966D is #5D6992. Grayscale: #959595. Windows color (decimal): -6121875 or 7181986. OLE color: 7181986.

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

Color convert

RGB162150109-
CMYK00.070.330.36
HSL46.42º22.18%53.14%-
HSV(B)46.42º32.72%63.53%-
XYZ28.5730.618.87-
YUV148.91105.48137.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=38.48%
G=35.63%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215010900.070.330.3646.4222.1853.14
HexA2966D0721242e1635
Octal242226155074144562665
Binary10100010100101101101101011110000110010010111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2966D; }

 p { color: rgb(162,150,109); }

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

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

 a { background-color: rgb(162,150,109); }

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

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

 span { border-color: rgb(162,150,109); }

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