#A2956E

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

Shades of Tallow #A2956E

Tints of Tallow #A2956E

Color information

#A2956E (or 0xA2956E) is unknown color: approx Tallow. HEX triplet: A2, 95 and 6E. RGB value is (162,149,110). Sum of RGB (Red+Green+Blue) = 162+149+110=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A2956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2956E is #5D6A91. Grayscale: #949494. Windows color (decimal): -6122130 or 7247266. OLE color: 7247266.

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

Color convert

RGB162149110-
CMYK00.080.320.36
HSL45º21.85%53.33%-
HSV(B)45º32.1%63.53%-
XYZ28.4630.319.1-
YUV148.44106.31137.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=38.48%
G=35.39%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214911000.080.320.364521.8553.33
HexA2956E0820242d1635
Octal2422251560104044552665
Binary101000101001010111011100100010000010010010110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2956E; }

 p { color: rgb(162,149,110); }

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

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

 a { background-color: rgb(162,149,110); }

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

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

 span { border-color: rgb(162,149,110); }

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