#A2966F

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

Shades of Tallow #A2966F

Tints of Tallow #A2966F

Color information

#A2966F (or 0xA2966F) is unknown color: approx Tallow. HEX triplet: A2, 96 and 6F. RGB value is (162,150,111). Sum of RGB (Red+Green+Blue) = 162+150+111=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A2966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2966F is #5D6990. Grayscale: #959595. Windows color (decimal): -6121873 or 7313058. OLE color: 7313058.

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

Color convert

RGB162150111-
CMYK00.070.310.36
HSL45.88º21.52%53.53%-
HSV(B)45.88º31.48%63.53%-
XYZ28.6830.6419.44-
YUV149.14106.48137.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 111 (43.75% from 255) = 26.24%
R=38.30%
G=35.46%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215011100.070.310.3645.8821.5253.53
HexA2966F071F242e1636
Octal242226157073744562666
Binary1010001010010110110111101111111110010010111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2966F; }

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

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

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

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

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

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

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

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